Html Css Color HEX #CCD074 Deco

📋 copy color: '#CCD074'

red 204 ◦ green 208 ◦ blue 116

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

Shades of Deco #CCD074

Tints of Deco #CCD074

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.39%

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

R = 38.64%
G = 39.39%
B = 21.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#CCD074 (or 0xCCD074) is known color: Deco. HEX triplet: CC, D0 and 74. RGB value is (204,208,116). Sum of RGB (Red+Green+Blue) = 204+208+116=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD074 is #332F8B. Grayscale: #C4C4C4. Windows color (decimal): -3354508 or 7655628. OLE color: 7655628.

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

Color convert

RGB 204 208 116 -
CMYK 0.02 0 0.44 0.18
HSL 62.61º 0.49% 0.64% -
HSV(B) 62.61º 0.44% 0.82% -
XYZ 50.61 59.21 25.28 -
YUV 196.32 82.67 133.48 -
System Red Green Blue C M Y K H S L
Decimal 204 208 116 0.02 0 0.44 0.18 62.61 0.49 0.64
Hex CC D0 74 2 0 2C 12 3F 31 40
Octal 314 320 164 2 0 54 22 77 61 100
Binary 11001100 11010000 1110100 10 0 101100 10010 111111 110001 1000000

Color Harmonies of #CCD074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD074

Black with #CCD074

Text Example


Text Example

White with #CCD074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD074; }

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

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

background-color css

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

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

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

border-color css

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

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

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