#CDB581

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

Shades of Yuma #CDB581

Tints of Yuma #CDB581

Color information

#CDB581 (or 0xCDB581) is unknown color: approx Yuma. HEX triplet: CD, B5 and 81. RGB value is (205,181,129). Sum of RGB (Red+Green+Blue) = 205+181+129=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 129 (50.78% from 255 or 25.05% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB581 is #324A7E. Grayscale: #B6B6B6. Windows color (decimal): -3295871 or 8500685. OLE color: 8500685.

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

Color convert

RGB205181129-
CMYK00.120.370.20
HSL41.05º43.18%65.49%-
HSV(B)41.05º37.07%80.39%-
XYZ45.6647.6127.55-
YUV182.2597.95144.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 181 (71.09% from 255) = 35.15%
BLUE value IS 129 (50.78% from 255) = 25.05%
R=39.81%
G=35.15%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518112900.120.370.2041.0543.1865.49
HexCDB5810C2514292b41
Octal31526520101445245153101
Binary11001101101101011000000101100100101101001010011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB581; }

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

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

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

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

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

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

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

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