Html Css Color HEX #D9DF1F Pear

📋 copy color: '#D9DF1F'

red 217 ◦ green 223 ◦ blue 31

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

Shades of Pear #D9DF1F

Tints of Pear #D9DF1F

RGB

 RED value IS 217 (85.16% from 255) = 46.07%

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

 BLUE value IS 31 (12.5% from 255) = 6.58%

R = 46.07%
G = 47.35%
B = 6.58%

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

#D9DF1F (or 0xD9DF1F) is known color: Pear. HEX triplet: D9, DF and 1F. RGB value is (217,223,31). Sum of RGB (Red+Green+Blue) = 217+223+31=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 31 (12.5% from 255 or 6.58% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DF1F is #2620E0. Grayscale: #C8C8C8. Windows color (decimal): -2498785 or 2088921. OLE color: 2088921.

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

Color convert

RGB 217 223 31 -
CMYK 0.03 0 0.86 0.13
HSL 61.88º 0.76% 0.5% -
HSV(B) 61.88º 0.86% 0.87% -
XYZ 55.25 67.63 11.44 -
YUV 199.32 33.01 140.61 -
System Red Green Blue C M Y K H S L
Decimal 217 223 31 0.03 0 0.86 0.13 61.88 0.76 0.5
Hex D9 DF 1F 3 0 56 D 3E 4C 32
Octal 331 337 37 3 0 126 15 76 114 62
Binary 11011001 11011111 11111 11 0 1010110 1101 111110 1001100 110010

Color Harmonies of #D9DF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DF1F

Black with #D9DF1F

Text Example


Text Example

White with #D9DF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DF1F; }

 p { color: rgb(217,223,31); }

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

background-color css

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

 a { background-color: rgb(217,223,31); }

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

border-color css

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

 span { border-color: rgb(217,223,31); }

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