Html Css Color HEX #D0E316 Pear

📋 copy color: '#D0E316'

red 208 ◦ green 227 ◦ blue 22

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

Shades of Pear #D0E316

Tints of Pear #D0E316

RGB

 RED value IS 208 (81.64% from 255) = 45.51%

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

 BLUE value IS 22 (8.98% from 255) = 4.81%

R = 45.51%
G = 49.67%
B = 4.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#D0E316 (or 0xD0E316) is known color: Pear. HEX triplet: D0, E3 and 16. RGB value is (208,227,22). Sum of RGB (Red+Green+Blue) = 208+227+22=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 227 (89.06% from 255 or 49.67% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E316 is #2F1CE9. Grayscale: #C6C6C6. Windows color (decimal): -3087594 or 1500112. OLE color: 1500112.

HSL color Cylindrical-coordinate representation of color #D0E316: hue angle of 65.56º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0E316 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 227 22 -
CMYK 0.08 0 0.90 0.11
HSL 65.56º 0.82% 0.49% -
HSV(B) 65.56º 0.9% 0.89% -
XYZ 53.63 68.41 11.14 -
YUV 197.95 28.71 135.17 -
System Red Green Blue C M Y K H S L
Decimal 208 227 22 0.08 0 0.90 0.11 65.56 0.82 0.49
Hex D0 E3 16 8 0 5A B 42 52 31
Octal 320 343 26 10 0 132 13 102 122 61
Binary 11010000 11100011 10110 1000 0 1011010 1011 1000010 1010010 110001

Color Harmonies of #D0E316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E316

Black with #D0E316

Text Example


Text Example

White with #D0E316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E316; }

 p { color: rgb(208,227,22); }

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

background-color css

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

 a { background-color: rgb(208,227,22); }

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

border-color css

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

 span { border-color: rgb(208,227,22); }

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