#CDBA7B

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

Shades of Yuma #CDBA7B

Tints of Yuma #CDBA7B

Color information

#CDBA7B (or 0xCDBA7B) is unknown color: approx Yuma. HEX triplet: CD, BA and 7B. RGB value is (205,186,123). Sum of RGB (Red+Green+Blue) = 205+186+123=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBA7B is #324584. Grayscale: #B8B8B8. Windows color (decimal): -3294597 or 8108749. OLE color: 8108749.

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

Color convert

RGB205186123-
CMYK00.090.40.20
HSL46.1º45.05%64.31%-
HSV(B)46.1º40%80.39%-
XYZ46.3149.5325.86-
YUV184.593.29142.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.88%
GREEN value IS 186 (73.05% from 255) = 36.19%
BLUE value IS 123 (48.44% from 255) = 23.93%
R=39.88%
G=36.19%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518612300.090.40.2046.145.0564.31
HexCDBA7B0928142e2d40
Octal31527217301150245655100
Binary1100110110111010111101101001101000101001011101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBA7B; }

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

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

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

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

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

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

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

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