Html Css Color HEX #CCD574 Deco

📋 copy color: '#CCD574'

red 204 ◦ green 213 ◦ blue 116

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

Shades of Deco #CCD574

Tints of Deco #CCD574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.76%

R = 38.27%
G = 39.96%
B = 21.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#CCD574 (or 0xCCD574) is known color: Deco. HEX triplet: CC, D5 and 74. RGB value is (204,213,116). Sum of RGB (Red+Green+Blue) = 204+213+116=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD574 is #332A8B. Grayscale: #C7C7C7. Windows color (decimal): -3353228 or 7656908. OLE color: 7656908.

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

Color convert

RGB 204 213 116 -
CMYK 0.04 0 0.46 0.16
HSL 65.57º 0.54% 0.65% -
HSV(B) 65.57º 0.46% 0.84% -
XYZ 51.85 61.69 25.7 -
YUV 199.25 81.02 131.39 -
System Red Green Blue C M Y K H S L
Decimal 204 213 116 0.04 0 0.46 0.16 65.57 0.54 0.65
Hex CC D5 74 4 0 2E 10 42 36 41
Octal 314 325 164 4 0 56 20 102 66 101
Binary 11001100 11010101 1110100 100 0 101110 10000 1000010 110110 1000001

Color Harmonies of #CCD574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD574

Black with #CCD574

Text Example


Text Example

White with #CCD574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD574; }

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

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

background-color css

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

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

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

border-color css

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

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

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