Html Css Color HEX #CCD47C Deco

📋 copy color: '#CCD47C'

red 204 ◦ green 212 ◦ blue 124

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

Shades of Deco #CCD47C

Tints of Deco #CCD47C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.96%

R = 37.78%
G = 39.26%
B = 22.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#CCD47C (or 0xCCD47C) is known color: Deco. HEX triplet: CC, D4 and 7C. RGB value is (204,212,124). Sum of RGB (Red+Green+Blue) = 204+212+124=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD47C is #332B83. Grayscale: #C7C7C7. Windows color (decimal): -3353476 or 8180940. OLE color: 8180940.

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

Color convert

RGB 204 212 124 -
CMYK 0.04 0 0.42 0.17
HSL 65.45º 0.51% 0.66% -
HSV(B) 65.45º 0.42% 0.83% -
XYZ 52.08 61.38 28.17 -
YUV 199.58 85.35 131.16 -
System Red Green Blue C M Y K H S L
Decimal 204 212 124 0.04 0 0.42 0.17 65.45 0.51 0.66
Hex CC D4 7C 4 0 2A 11 41 33 42
Octal 314 324 174 4 0 52 21 101 63 102
Binary 11001100 11010100 1111100 100 0 101010 10001 1000001 110011 1000010

Color Harmonies of #CCD47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD47C

Black with #CCD47C

Text Example


Text Example

White with #CCD47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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