#CCD874

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

Shades of Deco #CCD874

Tints of Deco #CCD874

Color information

#CCD874 (or 0xCCD874) is unknown color: approx Deco. HEX triplet: CC, D8 and 74. RGB value is (204,216,116). Sum of RGB (Red+Green+Blue) = 204+216+116=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD874 is #33278B. Grayscale: #C9C9C9. Windows color (decimal): -3352460 or 7657676. OLE color: 7657676.

HSL color Cylindrical-coordinate representation of color #CCD874: hue angle of 67.2º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCD874 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB204216116-
CMYK0.0600.460.15
HSL67.2º56.18%65.1%-
HSV(B)67.2º46.3%84.71%-
XYZ52.6163.2125.95-
YUV201.0180.02130.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.06%
GREEN value IS 216 (84.77% from 255) = 40.30%
BLUE value IS 116 (45.70% from 255) = 21.64%
R=38.06%
G=40.30%
B=21.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042161160.0600.460.1567.256.1865.1
HexCCD874602EF433841
Octal31433016460561710370101
Binary110011001101100011101001100101110111110000111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD874; }

 p { color: rgb(204,216,116); }

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

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

 a { background-color: rgb(204,216,116); }

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

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

 span { border-color: rgb(204,216,116); }

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