#CEB97D

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

Shades of Yuma #CEB97D

Tints of Yuma #CEB97D

Color information

#CEB97D (or 0xCEB97D) is unknown color: approx Yuma. HEX triplet: CE, B9 and 7D. RGB value is (206,185,125). Sum of RGB (Red+Green+Blue) = 206+185+125=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB97D is #314682. Grayscale: #B8B8B8. Windows color (decimal): -3229315 or 8239566. OLE color: 8239566.

HSL color Cylindrical-coordinate representation of color #CEB97D: hue angle of 44.44º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEB97D is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB206185125-
CMYK00.100.390.19
HSL44.44º45.25%64.9%-
HSV(B)44.44º39.32%80.78%-
XYZ46.549.326.47-
YUV184.4494.46143.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.92%
GREEN value IS 185 (72.66% from 255) = 35.85%
BLUE value IS 125 (49.22% from 255) = 24.22%
R=39.92%
G=35.85%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618512500.100.390.1944.4445.2564.9
HexCEB97D0A27132c2d41
Octal31627117501247235455101
Binary1100111010111001111110101010100111100111011001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB97D; }

 p { color: rgb(206,185,125); }

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

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

 a { background-color: rgb(206,185,125); }

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

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

 span { border-color: rgb(206,185,125); }

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