#CDB679

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

Shades of Yuma #CDB679

Tints of Yuma #CDB679

Color information

#CDB679 (or 0xCDB679) is unknown color: approx Yuma. HEX triplet: CD, B6 and 79. RGB value is (205,182,121). Sum of RGB (Red+Green+Blue) = 205+182+121=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB679 is #324986. Grayscale: #B6B6B6. Windows color (decimal): -3295623 or 7976653. OLE color: 7976653.

HSL color Cylindrical-coordinate representation of color #CDB679: hue angle of 43.57º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDB679 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB205182121-
CMYK00.110.410.20
HSL43.57º45.65%63.92%-
HSV(B)43.57º40.98%80.39%-
XYZ45.3647.8224.93-
YUV181.9293.62144.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.35%
GREEN value IS 182 (71.48% from 255) = 35.83%
BLUE value IS 121 (47.66% from 255) = 23.82%
R=40.35%
G=35.83%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518212100.110.410.2043.5745.6563.92
HexCDB6790B29142c2e40
Octal31526617101351245456100
Binary1100110110110110111100101011101001101001011001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB679; }

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

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

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

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

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

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

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

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