Html Css Color HEX #CCDA77 Deco

📋 copy color: '#CCDA77'

red 204 ◦ green 218 ◦ blue 119

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

Shades of Deco #CCDA77

Tints of Deco #CCDA77

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.3%

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

R = 37.71%
G = 40.3%
B = 22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#CCDA77 (or 0xCCDA77) is known color: Deco. HEX triplet: CC, DA and 77. RGB value is (204,218,119). Sum of RGB (Red+Green+Blue) = 204+218+119=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 119 (46.88% from 255 or 22.00% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA77 is #332588. Grayscale: #CACACA. Windows color (decimal): -3351945 or 7854796. OLE color: 7854796.

HSL color Cylindrical-coordinate representation of color #CCDA77: hue angle of 68.48º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCDA77 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 119 -
CMYK 0.06 0 0.45 0.15
HSL 68.48º 0.57% 0.66% -
HSV(B) 68.48º 0.45% 0.85% -
XYZ 53.3 64.31 27.06 -
YUV 202.53 80.86 129.05 -
System Red Green Blue C M Y K H S L
Decimal 204 218 119 0.06 0 0.45 0.15 68.48 0.57 0.66
Hex CC DA 77 6 0 2D F 44 39 42
Octal 314 332 167 6 0 55 17 104 71 102
Binary 11001100 11011010 1110111 110 0 101101 1111 1000100 111001 1000010

Color Harmonies of #CCDA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA77

Black with #CCDA77

Text Example


Text Example

White with #CCDA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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