#CDBC76

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

Shades of Yuma #CDBC76

Tints of Yuma #CDBC76

Color information

#CDBC76 (or 0xCDBC76) is unknown color: approx Yuma. HEX triplet: CD, BC and 76. RGB value is (205,188,118). Sum of RGB (Red+Green+Blue) = 205+188+118=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBC76 is #324389. Grayscale: #B9B9B9. Windows color (decimal): -3294090 or 7781581. OLE color: 7781581.

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

Color convert

RGB205188118-
CMYK00.080.420.20
HSL48.28º46.52%63.33%-
HSV(B)48.28º42.44%80.39%-
XYZ46.4350.2524.39-
YUV185.190.13142.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 118 (46.48% from 255) = 23.09%
R=40.12%
G=36.79%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518811800.080.420.2048.2846.5263.33
HexCDBC76082A14302f3f
Octal3152741660105224605777
Binary110011011011110011101100100010101010100110000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBC76; }

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

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

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

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

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

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

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

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