Html Css Color HEX #CCD173 Deco

📋 copy color: '#CCD173'

red 204 ◦ green 209 ◦ blue 115

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

Shades of Deco #CCD173

Tints of Deco #CCD173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.78%

R = 38.64%
G = 39.58%
B = 21.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#CCD173 (or 0xCCD173) is known color: Deco. HEX triplet: CC, D1 and 73. RGB value is (204,209,115). Sum of RGB (Red+Green+Blue) = 204+209+115=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD173 is #332E8C. Grayscale: #C5C5C5. Windows color (decimal): -3354253 or 7590348. OLE color: 7590348.

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

Color convert

RGB 204 209 115 -
CMYK 0.02 0 0.45 0.18
HSL 63.19º 0.51% 0.64% -
HSV(B) 63.19º 0.45% 0.82% -
XYZ 50.8 59.68 25.06 -
YUV 196.79 81.84 133.14 -
System Red Green Blue C M Y K H S L
Decimal 204 209 115 0.02 0 0.45 0.18 63.19 0.51 0.64
Hex CC D1 73 2 0 2D 12 3F 33 40
Octal 314 321 163 2 0 55 22 77 63 100
Binary 11001100 11010001 1110011 10 0 101101 10010 111111 110011 1000000

Color Harmonies of #CCD173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD173

Black with #CCD173

Text Example


Text Example

White with #CCD173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD173; }

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

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

background-color css

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

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

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

border-color css

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

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

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