#CDB794

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

Shades of Sour Dough #CDB794

Tints of Sour Dough #CDB794

Color information

#CDB794 (or 0xCDB794) is unknown color: approx Sour Dough. HEX triplet: CD, B7 and 94. RGB value is (205,183,148). Sum of RGB (Red+Green+Blue) = 205+183+148=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB794 is #32486B. Grayscale: #B9B9B9. Windows color (decimal): -3295340 or 9746381. OLE color: 9746381.

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

Color convert

RGB205183148-
CMYK00.110.280.20
HSL36.84º36.31%69.22%-
HSV(B)36.84º27.8%80.39%-
XYZ47.4648.9834.97-
YUV185.59106.79141.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.25%
GREEN value IS 183 (71.88% from 255) = 34.14%
BLUE value IS 148 (58.20% from 255) = 27.61%
R=38.25%
G=34.14%
B=27.61%

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
Decimal20518314800.110.280.2036.8436.3169.22
HexCDB7940B1C14252445
Octal31526722401334244544105
Binary1100110110110111100101000101111100101001001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB794; }

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

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

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

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

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

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

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

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