#CDB680

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

Shades of Yuma #CDB680

Tints of Yuma #CDB680

Color information

#CDB680 (or 0xCDB680) is unknown color: approx Yuma. HEX triplet: CD, B6 and 80. RGB value is (205,182,128). Sum of RGB (Red+Green+Blue) = 205+182+128=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB680 is #32497F. Grayscale: #B6B6B6. Windows color (decimal): -3295616 or 8435405. OLE color: 8435405.

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

Color convert

RGB205182128-
CMYK00.110.380.20
HSL42.08º43.5%65.29%-
HSV(B)42.08º37.56%80.39%-
XYZ45.847.9927.27-
YUV182.7297.12143.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 182 (71.48% from 255) = 35.34%
BLUE value IS 128 (50.39% from 255) = 24.85%
R=39.81%
G=35.34%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518212800.110.380.2042.0843.565.29
HexCDB6800B26142a2c41
Octal31526620001346245254101
Binary11001101101101101000000001011100110101001010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB680; }

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

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

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

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

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

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

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

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