#CDB580

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

Shades of Yuma #CDB580

Tints of Yuma #CDB580

Color information

#CDB580 (or 0xCDB580) is unknown color: approx Yuma. HEX triplet: CD, B5 and 80. RGB value is (205,181,128). Sum of RGB (Red+Green+Blue) = 205+181+128=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB580 is #324A7F. Grayscale: #B6B6B6. Windows color (decimal): -3295872 or 8435149. OLE color: 8435149.

HSL color Cylindrical-coordinate representation of color #CDB580: hue angle of 41.3º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDB580 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB205181128-
CMYK00.120.380.20
HSL41.3º43.5%65.29%-
HSV(B)41.3º37.56%80.39%-
XYZ45.647.5927.2-
YUV182.1397.45144.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.88%
GREEN value IS 181 (71.09% from 255) = 35.21%
BLUE value IS 128 (50.39% from 255) = 24.90%
R=39.88%
G=35.21%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518112800.120.380.2041.343.565.29
HexCDB5800C2614292c41
Octal31526520001446245154101
Binary11001101101101011000000001100100110101001010011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB580; }

 p { color: rgb(205,181,128); }

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

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

 a { background-color: rgb(205,181,128); }

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

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

 span { border-color: rgb(205,181,128); }

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