Html Css Color HEX #CCD486 Deco

📋 copy color: '#CCD486'

red 204 ◦ green 212 ◦ blue 134

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

Shades of Deco #CCD486

Tints of Deco #CCD486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.36%

R = 37.09%
G = 38.55%
B = 24.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#CCD486 (or 0xCCD486) is known color: Deco. HEX triplet: CC, D4 and 86. RGB value is (204,212,134). Sum of RGB (Red+Green+Blue) = 204+212+134=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 134 (52.73% from 255 or 24.36% from 550); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD486 is #332B79. Grayscale: #C9C9C9. Windows color (decimal): -3353466 or 8836300. OLE color: 8836300.

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

Color convert

RGB 204 212 134 -
CMYK 0.04 0 0.37 0.17
HSL 66.15º 0.48% 0.68% -
HSV(B) 66.15º 0.37% 0.83% -
XYZ 52.75 61.65 31.67 -
YUV 200.72 90.35 130.34 -
System Red Green Blue C M Y K H S L
Decimal 204 212 134 0.04 0 0.37 0.17 66.15 0.48 0.68
Hex CC D4 86 4 0 25 11 42 30 44
Octal 314 324 206 4 0 45 21 102 60 104
Binary 11001100 11010100 10000110 100 0 100101 10001 1000010 110000 1000100

Color Harmonies of #CCD486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD486

Black with #CCD486

Text Example


Text Example

White with #CCD486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD486; }

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

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

background-color css

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

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

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

border-color css

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

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

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