#CDBD76

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

Shades of Yuma #CDBD76

Tints of Yuma #CDBD76

Color information

#CDBD76 (or 0xCDBD76) is unknown color: approx Yuma. HEX triplet: CD, BD and 76. RGB value is (205,189,118). Sum of RGB (Red+Green+Blue) = 205+189+118=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBD76 is #324289. Grayscale: #B9B9B9. Windows color (decimal): -3293834 or 7781837. OLE color: 7781837.

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

Color convert

RGB205189118-
CMYK00.080.420.20
HSL48.97º46.52%63.33%-
HSV(B)48.97º42.44%80.39%-
XYZ46.6450.6824.46-
YUV185.6989.8141.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 189 (74.22% from 255) = 36.91%
BLUE value IS 118 (46.48% from 255) = 23.05%
R=40.04%
G=36.91%
B=23.05%

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
Decimal20518911800.080.420.2048.9746.5263.33
HexCDBD76082A14312f3f
Octal3152751660105224615777
Binary110011011011110111101100100010101010100110001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBD76; }

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

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

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

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

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

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

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

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