Html Css Color HEX #CCD078 Deco

📋 copy color: '#CCD078'

red 204 ◦ green 208 ◦ blue 120

#CCD078
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deco #CCD078

Tints of Deco #CCD078

RGB

 RED value IS 204 (80.08% from 255) = 38.35%

 GREEN value IS 208 (81.64% from 255) = 39.1%

 BLUE value IS 120 (47.27% from 255) = 22.56%

R = 38.35%
G = 39.1%
B = 22.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#CCD078 (or 0xCCD078) is known color: Deco. HEX triplet: CC, D0 and 78. RGB value is (204,208,120). Sum of RGB (Red+Green+Blue) = 204+208+120=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 120 (47.27% from 255 or 22.56% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD078 is #332F87. Grayscale: #C5C5C5. Windows color (decimal): -3354504 or 7917772. OLE color: 7917772.

HSL color Cylindrical-coordinate representation of color #CCD078: hue angle of 62.73º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCD078 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 120 -
CMYK 0.02 0 0.42 0.18
HSL 62.73º 0.48% 0.64% -
HSV(B) 62.73º 0.42% 0.82% -
XYZ 50.85 59.31 26.54 -
YUV 196.77 84.67 133.16 -
System Red Green Blue C M Y K H S L
Decimal 204 208 120 0.02 0 0.42 0.18 62.73 0.48 0.64
Hex CC D0 78 2 0 2A 12 3F 30 40
Octal 314 320 170 2 0 52 22 77 60 100
Binary 11001100 11010000 1111000 10 0 101010 10010 111111 110000 1000000

Color Harmonies of #CCD078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD078

Black with #CCD078

Text Example


Text Example

White with #CCD078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD078; }

 p { color: rgb(204,208,120); }

 H1.HeaderClassName
 {
   color: #CCD078;
 }
 .AnyTagClassName
 {
   color: #CCD078;
 }
</style>

background-color css

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

 a { background-color: rgb(204,208,120); }

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

border-color css

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

 span { border-color: rgb(204,208,120); }

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