Html Css Color HEX #CCD577 Deco

📋 copy color: '#CCD577'

red 204 ◦ green 213 ◦ blue 119

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

Shades of Deco #CCD577

Tints of Deco #CCD577

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.74%

 BLUE value IS 119 (46.88% from 255) = 22.2%

R = 38.06%
G = 39.74%
B = 22.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#CCD577 (or 0xCCD577) is known color: Deco. HEX triplet: CC, D5 and 77. RGB value is (204,213,119). Sum of RGB (Red+Green+Blue) = 204+213+119=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 119 (46.88% from 255 or 22.20% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD577 is #332A88. Grayscale: #C7C7C7. Windows color (decimal): -3353225 or 7853516. OLE color: 7853516.

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

Color convert

RGB 204 213 119 -
CMYK 0.04 0 0.44 0.16
HSL 65.74º 0.53% 0.65% -
HSV(B) 65.74º 0.44% 0.84% -
XYZ 52.03 61.76 26.63 -
YUV 199.59 82.52 131.14 -
System Red Green Blue C M Y K H S L
Decimal 204 213 119 0.04 0 0.44 0.16 65.74 0.53 0.65
Hex CC D5 77 4 0 2C 10 42 35 41
Octal 314 325 167 4 0 54 20 102 65 101
Binary 11001100 11010101 1110111 100 0 101100 10000 1000010 110101 1000001

Color Harmonies of #CCD577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD577

Black with #CCD577

Text Example


Text Example

White with #CCD577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD577; }

 p { color: rgb(204,213,119); }

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

background-color css

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

 a { background-color: rgb(204,213,119); }

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

border-color css

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

 span { border-color: rgb(204,213,119); }

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