#CDBB76

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

Shades of Yuma #CDBB76

Tints of Yuma #CDBB76

Color information

#CDBB76 (or 0xCDBB76) is unknown color: approx Yuma. HEX triplet: CD, BB and 76. RGB value is (205,187,118). Sum of RGB (Red+Green+Blue) = 205+187+118=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBB76 is #324489. Grayscale: #B8B8B8. Windows color (decimal): -3294346 or 7781325. OLE color: 7781325.

HSL color Cylindrical-coordinate representation of color #CDBB76: hue angle of 47.59º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDBB76 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB205187118-
CMYK00.090.420.20
HSL47.59º46.52%63.33%-
HSV(B)47.59º42.44%80.39%-
XYZ46.2249.8324.32-
YUV184.5290.46142.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 187 (73.44% from 255) = 36.67%
BLUE value IS 118 (46.48% from 255) = 23.14%
R=40.20%
G=36.67%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518711800.090.420.2047.5946.5263.33
HexCDBB76092A14302f3f
Octal3152731660115224605777
Binary110011011011101111101100100110101010100110000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBB76; }

 p { color: rgb(205,187,118); }

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

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

 a { background-color: rgb(205,187,118); }

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

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

 span { border-color: rgb(205,187,118); }

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