Html Css Color HEX #CCD479 Deco

📋 copy color: '#CCD479'

red 204 ◦ green 212 ◦ blue 121

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

Shades of Deco #CCD479

Tints of Deco #CCD479

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.48%

 BLUE value IS 121 (47.66% from 255) = 22.53%

R = 37.99%
G = 39.48%
B = 22.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#CCD479 (or 0xCCD479) is known color: Deco. HEX triplet: CC, D4 and 79. RGB value is (204,212,121). Sum of RGB (Red+Green+Blue) = 204+212+121=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 121 (47.66% from 255 or 22.53% from 537); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD479 is #332B86. Grayscale: #C7C7C7. Windows color (decimal): -3353479 or 7984332. OLE color: 7984332.

HSL color Cylindrical-coordinate representation of color #CCD479: hue angle of 65.27º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCD479 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 121 -
CMYK 0.04 0 0.43 0.17
HSL 65.27º 0.51% 0.65% -
HSV(B) 65.27º 0.43% 0.83% -
XYZ 51.9 61.3 27.19 -
YUV 199.23 83.85 131.4 -
System Red Green Blue C M Y K H S L
Decimal 204 212 121 0.04 0 0.43 0.17 65.27 0.51 0.65
Hex CC D4 79 4 0 2B 11 41 33 41
Octal 314 324 171 4 0 53 21 101 63 101
Binary 11001100 11010100 1111001 100 0 101011 10001 1000001 110011 1000001

Color Harmonies of #CCD479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD479

Black with #CCD479

Text Example


Text Example

White with #CCD479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD479; }

 p { color: rgb(204,212,121); }

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

background-color css

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

 a { background-color: rgb(204,212,121); }

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

border-color css

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

 span { border-color: rgb(204,212,121); }

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