#CDB887

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

Shades of Yuma #CDB887

Tints of Yuma #CDB887

Color information

#CDB887 (or 0xCDB887) is unknown color: approx Yuma. HEX triplet: CD, B8 and 87. RGB value is (205,184,135). Sum of RGB (Red+Green+Blue) = 205+184+135=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 135 (53.12% from 255 or 25.76% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB887 is #324778. Grayscale: #B8B8B8. Windows color (decimal): -3295097 or 8894669. OLE color: 8894669.

HSL color Cylindrical-coordinate representation of color #CDB887: hue angle of 42º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDB887 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB205184135-
CMYK00.100.340.20
HSL42º41.18%66.67%-
HSV(B)42º34.15%80.39%-
XYZ46.6949.0129.92-
YUV184.6999.96142.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 184 (72.27% from 255) = 35.11%
BLUE value IS 135 (53.12% from 255) = 25.76%
R=39.12%
G=35.11%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518413500.100.340.204241.1866.67
HexCDB8870A22142a2943
Octal31527020701242245251103
Binary11001101101110001000011101010100010101001010101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB887; }

 p { color: rgb(205,184,135); }

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

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

 a { background-color: rgb(205,184,135); }

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

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

 span { border-color: rgb(205,184,135); }

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