Html Css Color HEX #CCD77C Deco

📋 copy color: '#CCD77C'

red 204 ◦ green 215 ◦ blue 124

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

Shades of Deco #CCD77C

Tints of Deco #CCD77C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.59%

 BLUE value IS 124 (48.83% from 255) = 22.84%

R = 37.57%
G = 39.59%
B = 22.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#CCD77C (or 0xCCD77C) is known color: Deco. HEX triplet: CC, D7 and 7C. RGB value is (204,215,124). Sum of RGB (Red+Green+Blue) = 204+215+124=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD77C is #332883. Grayscale: #C9C9C9. Windows color (decimal): -3352708 or 8181708. OLE color: 8181708.

HSL color Cylindrical-coordinate representation of color #CCD77C: hue angle of 67.25º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCD77C is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 124 -
CMYK 0.05 0 0.42 0.16
HSL 67.25º 0.53% 0.66% -
HSV(B) 67.25º 0.42% 0.84% -
XYZ 52.84 62.89 28.42 -
YUV 201.34 84.36 129.9 -
System Red Green Blue C M Y K H S L
Decimal 204 215 124 0.05 0 0.42 0.16 67.25 0.53 0.66
Hex CC D7 7C 5 0 2A 10 43 35 42
Octal 314 327 174 5 0 52 20 103 65 102
Binary 11001100 11010111 1111100 101 0 101010 10000 1000011 110101 1000010

Color Harmonies of #CCD77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD77C

Black with #CCD77C

Text Example


Text Example

White with #CCD77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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