#CEB77E

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

Shades of Yuma #CEB77E

Tints of Yuma #CEB77E

Color information

#CEB77E (or 0xCEB77E) is unknown color: approx Yuma. HEX triplet: CE, B7 and 7E. RGB value is (206,183,126). Sum of RGB (Red+Green+Blue) = 206+183+126=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB77E is #314881. Grayscale: #B7B7B7. Windows color (decimal): -3229826 or 8304590. OLE color: 8304590.

HSL color Cylindrical-coordinate representation of color #CEB77E: hue angle of 42.75º 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 #CEB77E is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB206183126-
CMYK00.110.390.19
HSL42.75º44.94%65.1%-
HSV(B)42.75º38.83%80.78%-
XYZ46.1548.526.67-
YUV183.3895.62144.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 183 (71.88% from 255) = 35.53%
BLUE value IS 126 (49.61% from 255) = 24.47%
R=40%
G=35.53%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618312600.110.390.1942.7544.9465.1
HexCEB77E0B27132b2d41
Octal31626717601347235355101
Binary1100111010110111111111001011100111100111010111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB77E; }

 p { color: rgb(206,183,126); }

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

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

 a { background-color: rgb(206,183,126); }

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

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

 span { border-color: rgb(206,183,126); }

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