#CDBA7E

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

Shades of Yuma #CDBA7E

Tints of Yuma #CDBA7E

Color information

#CDBA7E (or 0xCDBA7E) is unknown color: approx Yuma. HEX triplet: CD, BA and 7E. RGB value is (205,186,126). Sum of RGB (Red+Green+Blue) = 205+186+126=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBA7E is #324581. Grayscale: #B9B9B9. Windows color (decimal): -3294594 or 8305357. OLE color: 8305357.

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

Color convert

RGB205186126-
CMYK00.090.390.20
HSL45.57º44.13%64.9%-
HSV(B)45.57º38.54%80.39%-
XYZ46.549.626.86-
YUV184.8494.79142.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 126 (49.61% from 255) = 24.37%
R=39.65%
G=35.98%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518612600.090.390.2045.5744.1364.9
HexCDBA7E0927142e2c41
Octal31527217601147245654101
Binary1100110110111010111111001001100111101001011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBA7E; }

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

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

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

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

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

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

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

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