Html Css Color HEX #D6E21F Pear

📋 copy color: '#D6E21F'

red 214 ◦ green 226 ◦ blue 31

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

Shades of Pear #D6E21F

Tints of Pear #D6E21F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.98%

 BLUE value IS 31 (12.5% from 255) = 6.58%

R = 45.44%
G = 47.98%
B = 6.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#D6E21F (or 0xD6E21F) is known color: Pear. HEX triplet: D6, E2 and 1F. RGB value is (214,226,31). Sum of RGB (Red+Green+Blue) = 214+226+31=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 31 (12.5% from 255 or 6.58% from 471); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E21F is #291DE0. Grayscale: #C8C8C8. Windows color (decimal): -2694625 or 2089686. OLE color: 2089686.

HSL color Cylindrical-coordinate representation of color #D6E21F: hue angle of 63.69º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6E21F is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 226 31 -
CMYK 0.05 0 0.86 0.11
HSL 63.69º 0.77% 0.5% -
HSV(B) 63.69º 0.86% 0.89% -
XYZ 55.18 68.79 11.67 -
YUV 200.18 32.52 137.86 -
System Red Green Blue C M Y K H S L
Decimal 214 226 31 0.05 0 0.86 0.11 63.69 0.77 0.5
Hex D6 E2 1F 5 0 56 B 40 4D 32
Octal 326 342 37 5 0 126 13 100 115 62
Binary 11010110 11100010 11111 101 0 1010110 1011 1000000 1001101 110010

Color Harmonies of #D6E21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E21F

Black with #D6E21F

Text Example


Text Example

White with #D6E21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E21F; }

 p { color: rgb(214,226,31); }

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

background-color css

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

 a { background-color: rgb(214,226,31); }

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

border-color css

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

 span { border-color: rgb(214,226,31); }

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