Html Css Color HEX #D6E31A Pear

📋 copy color: '#D6E31A'

red 214 ◦ green 227 ◦ blue 26

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

Shades of Pear #D6E31A

Tints of Pear #D6E31A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.61%

 BLUE value IS 26 (10.55% from 255) = 5.57%

R = 45.82%
G = 48.61%
B = 5.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#D6E31A (or 0xD6E31A) is known color: Pear. HEX triplet: D6, E3 and 1A. RGB value is (214,227,26). Sum of RGB (Red+Green+Blue) = 214+227+26=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 26 (10.55% from 255 or 5.57% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E31A is #291CE5. Grayscale: #C8C8C8. Windows color (decimal): -2694374 or 1762262. OLE color: 1762262.

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

Color convert

RGB 214 227 26 -
CMYK 0.06 0 0.89 0.11
HSL 63.88º 0.79% 0.5% -
HSV(B) 63.88º 0.89% 0.89% -
XYZ 55.39 69.31 11.44 -
YUV 200.2 29.69 137.84 -
System Red Green Blue C M Y K H S L
Decimal 214 227 26 0.06 0 0.89 0.11 63.88 0.79 0.5
Hex D6 E3 1A 6 0 59 B 40 4F 32
Octal 326 343 32 6 0 131 13 100 117 62
Binary 11010110 11100011 11010 110 0 1011001 1011 1000000 1001111 110010

Color Harmonies of #D6E31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E31A

Black with #D6E31A

Text Example


Text Example

White with #D6E31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E31A; }

 p { color: rgb(214,227,26); }

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

background-color css

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

 a { background-color: rgb(214,227,26); }

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

border-color css

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

 span { border-color: rgb(214,227,26); }

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