#CDB694

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

Shades of Sour Dough #CDB694

Tints of Sour Dough #CDB694

Color information

#CDB694 (or 0xCDB694) is unknown color: approx Sour Dough. HEX triplet: CD, B6 and 94. RGB value is (205,182,148). Sum of RGB (Red+Green+Blue) = 205+182+148=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB694 is #32496B. Grayscale: #B9B9B9. Windows color (decimal): -3295596 or 9746125. OLE color: 9746125.

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

Color convert

RGB205182148-
CMYK00.110.280.20
HSL35.79º36.31%69.22%-
HSV(B)35.79º27.8%80.39%-
XYZ47.2548.5734.9-
YUV185107.12142.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 182 (71.48% from 255) = 34.02%
BLUE value IS 148 (58.20% from 255) = 27.66%
R=38.32%
G=34.02%
B=27.66%

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
Decimal20518214800.110.280.2035.7936.3169.22
HexCDB6940B1C14242445
Octal31526622401334244444105
Binary1100110110110110100101000101111100101001001001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB694; }

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

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

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

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

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

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

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

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