Html Css Color HEX #D6E086 Deco

📋 copy color: '#D6E086'

red 214 ◦ green 224 ◦ blue 134

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

Shades of Deco #D6E086

Tints of Deco #D6E086

RGB

 RED value IS 214 (83.98% from 255) = 37.41%

 GREEN value IS 224 (87.89% from 255) = 39.16%

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

R = 37.41%
G = 39.16%
B = 23.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#D6E086 (or 0xD6E086) is known color: Deco. HEX triplet: D6, E0 and 86. RGB value is (214,224,134). Sum of RGB (Red+Green+Blue) = 214+224+134=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 134 (52.73% from 255 or 23.43% from 572); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E086 is #291F79. Grayscale: #D3D3D3. Windows color (decimal): -2695034 or 8839382. OLE color: 8839382.

HSL color Cylindrical-coordinate representation of color #D6E086: hue angle of 66.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6E086 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 224 134 -
CMYK 0.04 0 0.40 0.12
HSL 66.67º 0.59% 0.7% -
HSV(B) 66.67º 0.4% 0.88% -
XYZ 58.69 69.33 32.84 -
YUV 210.75 84.69 130.32 -
System Red Green Blue C M Y K H S L
Decimal 214 224 134 0.04 0 0.40 0.12 66.67 0.59 0.7
Hex D6 E0 86 4 0 28 C 43 3B 46
Octal 326 340 206 4 0 50 14 103 73 106
Binary 11010110 11100000 10000110 100 0 101000 1100 1000011 111011 1000110

Color Harmonies of #D6E086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E086

Black with #D6E086

Text Example


Text Example

White with #D6E086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E086; }

 p { color: rgb(214,224,134); }

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

background-color css

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

 a { background-color: rgb(214,224,134); }

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

border-color css

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

 span { border-color: rgb(214,224,134); }

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