Html Css Color HEX #CCDC78 Deco

📋 copy color: '#CCDC78'

red 204 ◦ green 220 ◦ blue 120

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

Shades of Deco #CCDC78

Tints of Deco #CCDC78

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.44%

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

R = 37.5%
G = 40.44%
B = 22.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#CCDC78 (or 0xCCDC78) is known color: Deco. HEX triplet: CC, DC and 78. RGB value is (204,220,120). Sum of RGB (Red+Green+Blue) = 204+220+120=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 120 (47.27% from 255 or 22.06% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC78 is #332387. Grayscale: #CCCCCC. Windows color (decimal): -3351432 or 7920844. OLE color: 7920844.

HSL color Cylindrical-coordinate representation of color #CCDC78: hue angle of 69.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCDC78 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 220 120 -
CMYK 0.07 0 0.45 0.14
HSL 69.6º 0.59% 0.67% -
HSV(B) 69.6º 0.45% 0.86% -
XYZ 53.89 65.38 27.55 -
YUV 203.82 80.7 128.13 -
System Red Green Blue C M Y K H S L
Decimal 204 220 120 0.07 0 0.45 0.14 69.6 0.59 0.67
Hex CC DC 78 7 0 2D E 46 3B 43
Octal 314 334 170 7 0 55 16 106 73 103
Binary 11001100 11011100 1111000 111 0 101101 1110 1000110 111011 1000011

Color Harmonies of #CCDC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC78

Black with #CCDC78

Text Example


Text Example

White with #CCDC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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