Html Css Color HEX #CCD177 Deco

📋 copy color: '#CCD177'

red 204 ◦ green 209 ◦ blue 119

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

Shades of Deco #CCD177

Tints of Deco #CCD177

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.29%

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

R = 38.35%
G = 39.29%
B = 22.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#CCD177 (or 0xCCD177) is known color: Deco. HEX triplet: CC, D1 and 77. RGB value is (204,209,119). Sum of RGB (Red+Green+Blue) = 204+209+119=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 119 (46.88% from 255 or 22.37% from 532); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD177 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD177 is #332E88. Grayscale: #C5C5C5. Windows color (decimal): -3354249 or 7852492. OLE color: 7852492.

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

Color convert

RGB 204 209 119 -
CMYK 0.02 0 0.43 0.18
HSL 63.33º 0.49% 0.64% -
HSV(B) 63.33º 0.43% 0.82% -
XYZ 51.03 59.77 26.3 -
YUV 197.25 83.84 132.82 -
System Red Green Blue C M Y K H S L
Decimal 204 209 119 0.02 0 0.43 0.18 63.33 0.49 0.64
Hex CC D1 77 2 0 2B 12 3F 31 40
Octal 314 321 167 2 0 53 22 77 61 100
Binary 11001100 11010001 1110111 10 0 101011 10010 111111 110001 1000000

Color Harmonies of #CCD177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD177

Black with #CCD177

Text Example


Text Example

White with #CCD177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD177; }

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

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

background-color css

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

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

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

border-color css

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

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

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