Html Css Color HEX #CCD473 Deco

📋 copy color: '#CCD473'

red 204 ◦ green 212 ◦ blue 115

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

Shades of Deco #CCD473

Tints of Deco #CCD473

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.92%

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

R = 38.42%
G = 39.92%
B = 21.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#CCD473 (or 0xCCD473) is known color: Deco. HEX triplet: CC, D4 and 73. RGB value is (204,212,115). Sum of RGB (Red+Green+Blue) = 204+212+115=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD473 is #332B8C. Grayscale: #C6C6C6. Windows color (decimal): -3353485 or 7591116. OLE color: 7591116.

HSL color Cylindrical-coordinate representation of color #CCD473: hue angle of 64.95º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCD473 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 115 -
CMYK 0.04 0 0.46 0.17
HSL 64.95º 0.53% 0.64% -
HSV(B) 64.95º 0.46% 0.83% -
XYZ 51.54 61.16 25.31 -
YUV 198.55 80.85 131.89 -
System Red Green Blue C M Y K H S L
Decimal 204 212 115 0.04 0 0.46 0.17 64.95 0.53 0.64
Hex CC D4 73 4 0 2E 11 41 35 40
Octal 314 324 163 4 0 56 21 101 65 100
Binary 11001100 11010100 1110011 100 0 101110 10001 1000001 110101 1000000

Color Harmonies of #CCD473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD473

Black with #CCD473

Text Example


Text Example

White with #CCD473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD473; }

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

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

background-color css

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

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

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

border-color css

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

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

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