#CECB7D

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

Shades of Deco #CECB7D

Tints of Deco #CECB7D

Color information

#CECB7D (or 0xCECB7D) is unknown color: approx Deco. HEX triplet: CE, CB and 7D. RGB value is (206,203,125). Sum of RGB (Red+Green+Blue) = 206+203+125=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB7D is #313482. Grayscale: #C3C3C3. Windows color (decimal): -3224707 or 8244174. OLE color: 8244174.

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

Color convert

RGB206203125-
CMYK00.010.390.19
HSL57.78º45.25%64.9%-
HSV(B)57.78º39.32%80.78%-
XYZ50.5157.3127.8-
YUV19588.49135.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.58%
GREEN value IS 203 (79.69% from 255) = 38.01%
BLUE value IS 125 (49.22% from 255) = 23.41%
R=38.58%
G=38.01%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620312500.010.390.1957.7845.2564.9
HexCECB7D0127133a2d41
Octal3163131750147237255101
Binary1100111011001011111110101100111100111110101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECB7D; }

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

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

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

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

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

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

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

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