#CDBA76

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

Shades of Yuma #CDBA76

Tints of Yuma #CDBA76

Color information

#CDBA76 (or 0xCDBA76) is unknown color: approx Yuma. HEX triplet: CD, BA and 76. RGB value is (205,186,118). Sum of RGB (Red+Green+Blue) = 205+186+118=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBA76 is #324589. Grayscale: #B8B8B8. Windows color (decimal): -3294602 or 7781069. OLE color: 7781069.

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

Color convert

RGB205186118-
CMYK00.090.420.20
HSL46.9º46.52%63.33%-
HSV(B)46.9º42.44%80.39%-
XYZ46.0149.424.25-
YUV183.9390.79143.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.28%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 118 (46.48% from 255) = 23.18%
R=40.28%
G=36.54%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518611800.090.420.2046.946.5263.33
HexCDBA76092A142f2f3f
Octal3152721660115224575777
Binary110011011011101011101100100110101010100101111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBA76; }

 p { color: rgb(205,186,118); }

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

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

 a { background-color: rgb(205,186,118); }

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

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

 span { border-color: rgb(205,186,118); }

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