Html Css Color HEX #CCD974 Deco

📋 copy color: '#CCD974'

red 204 ◦ green 217 ◦ blue 116

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

Shades of Deco #CCD974

Tints of Deco #CCD974

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.41%

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

R = 37.99%
G = 40.41%
B = 21.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#CCD974 (or 0xCCD974) is known color: Deco. HEX triplet: CC, D9 and 74. RGB value is (204,217,116). Sum of RGB (Red+Green+Blue) = 204+217+116=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD974 is #33268B. Grayscale: #C9C9C9. Windows color (decimal): -3352204 or 7657932. OLE color: 7657932.

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

Color convert

RGB 204 217 116 -
CMYK 0.06 0 0.47 0.15
HSL 67.72º 0.57% 0.65% -
HSV(B) 67.72º 0.47% 0.85% -
XYZ 52.87 63.72 26.04 -
YUV 201.6 79.69 129.71 -
System Red Green Blue C M Y K H S L
Decimal 204 217 116 0.06 0 0.47 0.15 67.72 0.57 0.65
Hex CC D9 74 6 0 2F F 44 39 41
Octal 314 331 164 6 0 57 17 104 71 101
Binary 11001100 11011001 1110100 110 0 101111 1111 1000100 111001 1000001

Color Harmonies of #CCD974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD974

Black with #CCD974

Text Example


Text Example

White with #CCD974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD974; }

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

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

background-color css

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

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

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

border-color css

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

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

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