#CDB979

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

Shades of Yuma #CDB979

Tints of Yuma #CDB979

Color information

#CDB979 (or 0xCDB979) is unknown color: approx Yuma. HEX triplet: CD, B9 and 79. RGB value is (205,185,121). Sum of RGB (Red+Green+Blue) = 205+185+121=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB979 is #324686. Grayscale: #B7B7B7. Windows color (decimal): -3294855 or 7977421. OLE color: 7977421.

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

Color convert

RGB205185121-
CMYK00.100.410.20
HSL45.71º45.65%63.92%-
HSV(B)45.71º40.98%80.39%-
XYZ45.9849.0625.13-
YUV183.6892.63143.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 185 (72.66% from 255) = 36.20%
BLUE value IS 121 (47.66% from 255) = 23.68%
R=40.12%
G=36.20%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518512100.100.410.2045.7145.6563.92
HexCDB9790A29142e2e40
Octal31527117101251245656100
Binary1100110110111001111100101010101001101001011101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB979; }

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

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

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

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

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

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

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

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