Html Css Color HEX #CCD174 Deco

📋 copy color: '#CCD174'

red 204 ◦ green 209 ◦ blue 116

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

Shades of Deco #CCD174

Tints of Deco #CCD174

RGB

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

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

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

R = 38.56%
G = 39.51%
B = 21.93%

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

#CCD174 (or 0xCCD174) is known color: Deco. HEX triplet: CC, D1 and 74. RGB value is (204,209,116). Sum of RGB (Red+Green+Blue) = 204+209+116=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD174 is #332E8B. Grayscale: #C5C5C5. Windows color (decimal): -3354252 or 7655884. OLE color: 7655884.

HSL color Cylindrical-coordinate representation of color #CCD174: hue angle of 63.23º degrees, saturation: 0.5, 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 #CCD174 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 116 -
CMYK 0.02 0 0.44 0.18
HSL 63.23º 0.5% 0.64% -
HSV(B) 63.23º 0.44% 0.82% -
XYZ 50.85 59.7 25.37 -
YUV 196.9 82.34 133.06 -
System Red Green Blue C M Y K H S L
Decimal 204 209 116 0.02 0 0.44 0.18 63.23 0.5 0.64
Hex CC D1 74 2 0 2C 12 3F 32 40
Octal 314 321 164 2 0 54 22 77 62 100
Binary 11001100 11010001 1110100 10 0 101100 10010 111111 110010 1000000

Color Harmonies of #CCD174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD174

Black with #CCD174

Text Example


Text Example

White with #CCD174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD174; }

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

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

background-color css

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

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

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

border-color css

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

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

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