Html Css Color HEX #D7DF20 Pear

📋 copy color: '#D7DF20'

red 215 ◦ green 223 ◦ blue 32

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

Shades of Pear #D7DF20

Tints of Pear #D7DF20

RGB

 RED value IS 215 (84.38% from 255) = 45.74%

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

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

R = 45.74%
G = 47.45%
B = 6.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#D7DF20 (or 0xD7DF20) is known color: Pear. HEX triplet: D7, DF and 20. RGB value is (215,223,32). Sum of RGB (Red+Green+Blue) = 215+223+32=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 32 (12.89% from 255 or 6.81% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DF20 is #2820DF. Grayscale: #C7C7C7. Windows color (decimal): -2629856 or 2154455. OLE color: 2154455.

HSL color Cylindrical-coordinate representation of color #D7DF20: hue angle of 62.51º 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 #D7DF20 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 223 32 -
CMYK 0.04 0 0.86 0.13
HSL 62.51º 0.75% 0.5% -
HSV(B) 62.51º 0.86% 0.87% -
XYZ 54.67 67.33 11.48 -
YUV 198.83 33.85 139.53 -
System Red Green Blue C M Y K H S L
Decimal 215 223 32 0.04 0 0.86 0.13 62.51 0.75 0.5
Hex D7 DF 20 4 0 56 D 3F 4B 32
Octal 327 337 40 4 0 126 15 77 113 62
Binary 11010111 11011111 100000 100 0 1010110 1101 111111 1001011 110010

Color Harmonies of #D7DF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DF20

Black with #D7DF20

Text Example


Text Example

White with #D7DF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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