Html Css Color HEX #D6E315 Pear

📋 copy color: '#D6E315'

red 214 ◦ green 227 ◦ blue 21

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

Shades of Pear #D6E315

Tints of Pear #D6E315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.55%

R = 46.32%
G = 49.13%
B = 4.55%

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

#D6E315 (or 0xD6E315) is known color: Pear. HEX triplet: D6, E3 and 15. RGB value is (214,227,21). Sum of RGB (Red+Green+Blue) = 214+227+21=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 21 (8.59% from 255 or 4.55% from 462); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6E315 is #291CEA. Grayscale: #C8C8C8. Windows color (decimal): -2694379 or 1434582. OLE color: 1434582.

HSL color Cylindrical-coordinate representation of color #D6E315: hue angle of 63.79º degrees, saturation: 0.83, 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 #D6E315 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 227 21 -
CMYK 0.06 0 0.91 0.11
HSL 63.79º 0.83% 0.49% -
HSV(B) 63.79º 0.91% 0.89% -
XYZ 55.34 69.29 11.17 -
YUV 199.63 27.19 138.25 -
System Red Green Blue C M Y K H S L
Decimal 214 227 21 0.06 0 0.91 0.11 63.79 0.83 0.49
Hex D6 E3 15 6 0 5B B 40 53 31
Octal 326 343 25 6 0 133 13 100 123 61
Binary 11010110 11100011 10101 110 0 1011011 1011 1000000 1010011 110001

Color Harmonies of #D6E315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E315

Black with #D6E315

Text Example


Text Example

White with #D6E315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E315; }

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

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

background-color css

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

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

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

border-color css

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

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

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