Html Css Color HEX #D6E414 Pear

📋 copy color: '#D6E414'

red 214 ◦ green 228 ◦ blue 20

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

Shades of Pear #D6E414

Tints of Pear #D6E414

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.35%

 BLUE value IS 20 (8.2% from 255) = 4.33%

R = 46.32%
G = 49.35%
B = 4.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#D6E414 (or 0xD6E414) is known color: Pear. HEX triplet: D6, E4 and 14. RGB value is (214,228,20). Sum of RGB (Red+Green+Blue) = 214+228+20=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 228 (89.45% from 255 or 49.35% from 462); Blue value is 20 (8.20% from 255 or 4.33% from 462); Max value from RGB is 228 - color contains mainly: green. Hex color #D6E414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6E414 is #291BEB. Grayscale: #C8C8C8. Windows color (decimal): -2694124 or 1369302. OLE color: 1369302.

HSL color Cylindrical-coordinate representation of color #D6E414: hue angle of 64.04º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6E414 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 228 20 -
CMYK 0.06 0 0.91 0.11
HSL 64.04º 0.84% 0.49% -
HSV(B) 64.04º 0.91% 0.89% -
XYZ 55.6 69.83 11.21 -
YUV 200.1 26.36 137.91 -
System Red Green Blue C M Y K H S L
Decimal 214 228 20 0.06 0 0.91 0.11 64.04 0.84 0.49
Hex D6 E4 14 6 0 5B B 40 54 31
Octal 326 344 24 6 0 133 13 100 124 61
Binary 11010110 11100100 10100 110 0 1011011 1011 1000000 1010100 110001

Color Harmonies of #D6E414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E414

Black with #D6E414

Text Example


Text Example

White with #D6E414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E414; }

 p { color: rgb(214,228,20); }

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

background-color css

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

 a { background-color: rgb(214,228,20); }

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

border-color css

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

 span { border-color: rgb(214,228,20); }

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