#CDB584

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

Shades of Yuma #CDB584

Tints of Yuma #CDB584

Color information

#CDB584 (or 0xCDB584) is unknown color: approx Yuma. HEX triplet: CD, B5 and 84. RGB value is (205,181,132). Sum of RGB (Red+Green+Blue) = 205+181+132=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB584 is #324A7B. Grayscale: #B6B6B6. Windows color (decimal): -3295868 or 8697293. OLE color: 8697293.

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

Color convert

RGB205181132-
CMYK00.120.360.20
HSL40.27º42.2%66.08%-
HSV(B)40.27º35.61%80.39%-
XYZ45.8747.6928.62-
YUV182.5999.45143.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.58%
GREEN value IS 181 (71.09% from 255) = 34.94%
BLUE value IS 132 (51.95% from 255) = 25.48%
R=39.58%
G=34.94%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518113200.120.360.2040.2742.266.08
HexCDB5840C2414282a42
Octal31526520401444245052102
Binary11001101101101011000010001100100100101001010001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB584; }

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

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

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

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

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

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

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

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