#CED77B

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

Shades of Deco #CED77B

Tints of Deco #CED77B

Color information

#CED77B (or 0xCED77B) is unknown color: approx Deco. HEX triplet: CE, D7 and 7B. RGB value is (206,215,123). Sum of RGB (Red+Green+Blue) = 206+215+123=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 123 (48.44% from 255 or 22.61% from 544); Max value from RGB is 215 - color contains mainly: green. Hex color #CED77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED77B is #312884. Grayscale: #CACACA. Windows color (decimal): -3221637 or 8116174. OLE color: 8116174.

HSL color Cylindrical-coordinate representation of color #CED77B: hue angle of 65.87º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CED77B is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB206215123-
CMYK0.0400.430.16
HSL65.87º53.49%66.27%-
HSV(B)65.87º42.79%84.31%-
XYZ53.3363.1528.12-
YUV201.8283.52130.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 215 (84.38% from 255) = 39.52%
BLUE value IS 123 (48.44% from 255) = 22.61%
R=37.87%
G=39.52%
B=22.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062151230.0400.430.1665.8753.4966.27
HexCED77B402B10423542
Octal31632717340532010265102
Binary1100111011010111111101110001010111000010000101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED77B; }

 p { color: rgb(206,215,123); }

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

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

 a { background-color: rgb(206,215,123); }

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

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

 span { border-color: rgb(206,215,123); }

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