#CCD77B

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

Shades of Deco #CCD77B

Tints of Deco #CCD77B

Color information

#CCD77B (or 0xCCD77B) is unknown color: approx Deco. HEX triplet: CC, D7 and 7B. RGB value is (204,215,123). Sum of RGB (Red+Green+Blue) = 204+215+123=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD77B is #332884. Grayscale: #C9C9C9. Windows color (decimal): -3352709 or 8116172. OLE color: 8116172.

HSL color Cylindrical-coordinate representation of color #CCD77B: hue angle of 67.17º 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 #CCD77B is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB204215123-
CMYK0.0500.430.16
HSL67.17º53.49%66.27%-
HSV(B)67.17º42.79%84.31%-
XYZ52.7862.8728.09-
YUV201.2283.86129.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 215 (84.38% from 255) = 39.67%
BLUE value IS 123 (48.44% from 255) = 22.69%
R=37.64%
G=39.67%
B=22.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042151230.0500.430.1667.1753.4966.27
HexCCD77B502B10433542
Octal31432717350532010365102
Binary1100110011010111111101110101010111000010000111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD77B; }

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

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

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

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

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

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

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

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