#CDB380

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

Shades of Yuma #CDB380

Tints of Yuma #CDB380

Color information

#CDB380 (or 0xCDB380) is unknown color: approx Yuma. HEX triplet: CD, B3 and 80. RGB value is (205,179,128). Sum of RGB (Red+Green+Blue) = 205+179+128=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB380 is #324C7F. Grayscale: #B5B5B5. Windows color (decimal): -3296384 or 8434637. OLE color: 8434637.

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

Color convert

RGB205179128-
CMYK00.130.380.20
HSL39.74º43.5%65.29%-
HSV(B)39.74º37.56%80.39%-
XYZ45.1946.7827.07-
YUV180.9698.11145.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 179 (70.31% from 255) = 34.96%
BLUE value IS 128 (50.39% from 255) = 25%
R=40.04%
G=34.96%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517912800.130.380.2039.7443.565.29
HexCDB3800D2614282c41
Octal31526320001546245054101
Binary11001101101100111000000001101100110101001010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB380; }

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

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

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

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

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

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

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

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