Html Css Color HEX #D5DF20 Pear

📋 copy color: '#D5DF20'

red 213 ◦ green 223 ◦ blue 32

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

Shades of Pear #D5DF20

Tints of Pear #D5DF20

RGB

 RED value IS 213 (83.59% from 255) = 45.51%

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

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

R = 45.51%
G = 47.65%
B = 6.84%

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

#D5DF20 (or 0xD5DF20) is known color: Pear. HEX triplet: D5, DF and 20. RGB value is (213,223,32). Sum of RGB (Red+Green+Blue) = 213+223+32=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 32 (12.89% from 255 or 6.84% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DF20 is #2A20DF. Grayscale: #C6C6C6. Windows color (decimal): -2760928 or 2154453. OLE color: 2154453.

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

Color convert

RGB 213 223 32 -
CMYK 0.04 0 0.86 0.13
HSL 63.14º 0.75% 0.5% -
HSV(B) 63.14º 0.86% 0.87% -
XYZ 54.09 67.03 11.45 -
YUV 198.24 34.19 138.53 -
System Red Green Blue C M Y K H S L
Decimal 213 223 32 0.04 0 0.86 0.13 63.14 0.75 0.5
Hex D5 DF 20 4 0 56 D 3F 4B 32
Octal 325 337 40 4 0 126 15 77 113 62
Binary 11010101 11011111 100000 100 0 1010110 1101 111111 1001011 110010

Color Harmonies of #D5DF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DF20

Black with #D5DF20

Text Example


Text Example

White with #D5DF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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