#CDB693

Color #CDB693 Sour Dough (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sour Dough #CDB693

Tints of Sour Dough #CDB693

Color information

#CDB693 (or 0xCDB693) is unknown color: approx Sour Dough. HEX triplet: CD, B6 and 93. RGB value is (205,182,147). Sum of RGB (Red+Green+Blue) = 205+182+147=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB693 is #32496C. Grayscale: #B9B9B9. Windows color (decimal): -3295597 or 9680589. OLE color: 9680589.

HSL color Cylindrical-coordinate representation of color #CDB693: hue angle of 36.21º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDB693 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB205182147-
CMYK00.110.280.20
HSL36.21º36.71%69.02%-
HSV(B)36.21º28.29%80.39%-
XYZ47.1748.5434.49-
YUV184.89106.62142.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 182 (71.48% from 255) = 34.08%
BLUE value IS 147 (57.81% from 255) = 27.53%
R=38.39%
G=34.08%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518214700.110.280.2036.2136.7169.02
HexCDB6930B1C14242545
Octal31526622301334244445105
Binary1100110110110110100100110101111100101001001001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB693; }

 p { color: rgb(205,182,147); }

 H1.HeaderClassName
 {
   color: #CDB693;
 }
 .AnyTagClassName
 {
   color: #CDB693;
 }
</style>
background-color css

<style>
 a { background-color: #CDB693; }

 a { background-color: rgb(205,182,147); }

 div.DivClassName
 {
   background-color: #CDB693;
 }
 .BgClassName
 {
   background-color: #CDB693;
 }
</style>
border-color css

<style>
 span { border-color: #CDB693; }

 span { border-color: rgb(205,182,147); }

 td.TdClassName
 {
   border-color: #CDB693;
 }
 .TagClassName
 {
   border-color: #CDB693;
 }
</style>