#CDB97F

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

Shades of Yuma #CDB97F

Tints of Yuma #CDB97F

Color information

#CDB97F (or 0xCDB97F) is unknown color: approx Yuma. HEX triplet: CD, B9 and 7F. RGB value is (205,185,127). Sum of RGB (Red+Green+Blue) = 205+185+127=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB97F is #324680. Grayscale: #B8B8B8. Windows color (decimal): -3294849 or 8370637. OLE color: 8370637.

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

Color convert

RGB205185127-
CMYK00.100.380.20
HSL44.62º43.82%65.1%-
HSV(B)44.62º38.05%80.39%-
XYZ46.3649.2127.13-
YUV184.3795.63142.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 185 (72.66% from 255) = 35.78%
BLUE value IS 127 (50% from 255) = 24.56%
R=39.65%
G=35.78%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518512700.100.380.2044.6243.8265.1
HexCDB97F0A26142d2c41
Octal31527117701246245554101
Binary1100110110111001111111101010100110101001011011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB97F; }

 p { color: rgb(205,185,127); }

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

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

 a { background-color: rgb(205,185,127); }

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

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

 span { border-color: rgb(205,185,127); }

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