#CEB87D

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

Shades of Yuma #CEB87D

Tints of Yuma #CEB87D

Color information

#CEB87D (or 0xCEB87D) is unknown color: approx Yuma. HEX triplet: CE, B8 and 7D. RGB value is (206,184,125). Sum of RGB (Red+Green+Blue) = 206+184+125=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB87D is #314782. Grayscale: #B8B8B8. Windows color (decimal): -3229571 or 8239310. OLE color: 8239310.

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

Color convert

RGB206184125-
CMYK00.110.390.19
HSL43.7º45.25%64.9%-
HSV(B)43.7º39.32%80.78%-
XYZ46.348.8826.4-
YUV183.8594.79143.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 184 (72.27% from 255) = 35.73%
BLUE value IS 125 (49.22% from 255) = 24.27%
R=40%
G=35.73%
B=24.27%

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
Decimal20618412500.110.390.1943.745.2564.9
HexCEB87D0B27132c2d41
Octal31627017501347235455101
Binary1100111010111000111110101011100111100111011001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB87D; }

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

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

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

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

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

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

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

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