Html Css Color HEX #D8DF20 Pear

📋 copy color: '#D8DF20'

red 216 ◦ green 223 ◦ blue 32

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

Shades of Pear #D8DF20

Tints of Pear #D8DF20

RGB

 RED value IS 216 (84.77% from 255) = 45.86%

 GREEN value IS 223 (87.5% from 255) = 47.35%

 BLUE value IS 32 (12.89% from 255) = 6.79%

R = 45.86%
G = 47.35%
B = 6.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#D8DF20 (or 0xD8DF20) is known color: Pear. HEX triplet: D8, DF and 20. RGB value is (216,223,32). Sum of RGB (Red+Green+Blue) = 216+223+32=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 32 (12.89% from 255 or 6.79% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DF20 is #2720DF. Grayscale: #C7C7C7. Windows color (decimal): -2564320 or 2154456. OLE color: 2154456.

HSL color Cylindrical-coordinate representation of color #D8DF20: hue angle of 62.2º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8DF20 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 223 32 -
CMYK 0.03 0 0.86 0.13
HSL 62.2º 0.75% 0.5% -
HSV(B) 62.2º 0.86% 0.87% -
XYZ 54.97 67.48 11.49 -
YUV 199.13 33.68 140.03 -
System Red Green Blue C M Y K H S L
Decimal 216 223 32 0.03 0 0.86 0.13 62.2 0.75 0.5
Hex D8 DF 20 3 0 56 D 3E 4B 32
Octal 330 337 40 3 0 126 15 76 113 62
Binary 11011000 11011111 100000 11 0 1010110 1101 111110 1001011 110010

Color Harmonies of #D8DF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DF20

Black with #D8DF20

Text Example


Text Example

White with #D8DF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DF20; }

 p { color: rgb(216,223,32); }

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

background-color css

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

 a { background-color: rgb(216,223,32); }

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

border-color css

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

 span { border-color: rgb(216,223,32); }

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