#CDB793

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

Shades of Sour Dough #CDB793

Tints of Sour Dough #CDB793

Color information

#CDB793 (or 0xCDB793) is unknown color: approx Sour Dough. HEX triplet: CD, B7 and 93. RGB value is (205,183,147). Sum of RGB (Red+Green+Blue) = 205+183+147=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 183 (71.88% from 255 or 34.21% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB793 is #32486C. Grayscale: #B9B9B9. Windows color (decimal): -3295341 or 9680845. OLE color: 9680845.

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

Color convert

RGB205183147-
CMYK00.110.280.20
HSL37.24º36.71%69.02%-
HSV(B)37.24º28.29%80.39%-
XYZ47.3848.9534.56-
YUV185.47106.29141.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 183 (71.88% from 255) = 34.21%
BLUE value IS 147 (57.81% from 255) = 27.48%
R=38.32%
G=34.21%
B=27.48%

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
Decimal20518314700.110.280.2037.2436.7169.02
HexCDB7930B1C14252545
Octal31526722301334244545105
Binary1100110110110111100100110101111100101001001011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB793; }

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

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

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

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

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

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

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

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