#CDB483

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

Shades of Yuma #CDB483

Tints of Yuma #CDB483

Color information

#CDB483 (or 0xCDB483) is unknown color: approx Yuma. HEX triplet: CD, B4 and 83. RGB value is (205,180,131). Sum of RGB (Red+Green+Blue) = 205+180+131=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB483 is #324B7C. Grayscale: #B6B6B6. Windows color (decimal): -3296125 or 8631501. OLE color: 8631501.

HSL color Cylindrical-coordinate representation of color #CDB483: hue angle of 39.73º degrees, saturation: 0.43, 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 #CDB483 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB205180131-
CMYK00.120.360.20
HSL39.73º42.53%65.88%-
HSV(B)39.73º36.1%80.39%-
XYZ45.5947.2628.19-
YUV181.8999.28144.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 180 (70.70% from 255) = 34.88%
BLUE value IS 131 (51.56% from 255) = 25.39%
R=39.73%
G=34.88%
B=25.39%

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
Decimal20518013100.120.360.2039.7342.5365.88
HexCDB4830C2414282b42
Octal31526420301444245053102
Binary11001101101101001000001101100100100101001010001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB483; }

 p { color: rgb(205,180,131); }

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

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

 a { background-color: rgb(205,180,131); }

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

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

 span { border-color: rgb(205,180,131); }

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