#CDB594

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

Shades of Sour Dough #CDB594

Tints of Sour Dough #CDB594

Color information

#CDB594 (or 0xCDB594) is unknown color: approx Sour Dough. HEX triplet: CD, B5 and 94. RGB value is (205,181,148). Sum of RGB (Red+Green+Blue) = 205+181+148=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB594 is #324A6B. Grayscale: #B8B8B8. Windows color (decimal): -3295852 or 9745869. OLE color: 9745869.

HSL color Cylindrical-coordinate representation of color #CDB594: hue angle of 34.74º degrees, saturation: 0.36, 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 #CDB594 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB205181148-
CMYK00.120.280.20
HSL34.74º36.31%69.22%-
HSV(B)34.74º27.8%80.39%-
XYZ47.0548.1734.83-
YUV184.41107.45142.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 181 (71.09% from 255) = 33.90%
BLUE value IS 148 (58.20% from 255) = 27.72%
R=38.39%
G=33.90%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518114800.120.280.2034.7436.3169.22
HexCDB5940C1C14232445
Octal31526522401434244344105
Binary1100110110110101100101000110011100101001000111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB594; }

 p { color: rgb(205,181,148); }

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

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

 a { background-color: rgb(205,181,148); }

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

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

 span { border-color: rgb(205,181,148); }

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