Html Css Color HEX #D1DF2E Pear

📋 copy color: '#D1DF2E'

red 209 ◦ green 223 ◦ blue 46

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

Shades of Pear #D1DF2E

Tints of Pear #D1DF2E

RGB

 RED value IS 209 (82.03% from 255) = 43.72%

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

 BLUE value IS 46 (18.36% from 255) = 9.62%

R = 43.72%
G = 46.65%
B = 9.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#D1DF2E (or 0xD1DF2E) is known color: Pear. HEX triplet: D1, DF and 2E. RGB value is (209,223,46). Sum of RGB (Red+Green+Blue) = 209+223+46=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 46 (18.36% from 255 or 9.62% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DF2E is #2E20D1. Grayscale: #C7C7C7. Windows color (decimal): -3023058 or 3071953. OLE color: 3071953.

HSL color Cylindrical-coordinate representation of color #D1DF2E: hue angle of 64.75º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1DF2E is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 223 46 -
CMYK 0.06 0 0.79 0.13
HSL 64.75º 0.73% 0.53% -
HSV(B) 64.75º 0.79% 0.87% -
XYZ 53.18 66.53 12.62 -
YUV 198.64 41.86 135.39 -
System Red Green Blue C M Y K H S L
Decimal 209 223 46 0.06 0 0.79 0.13 64.75 0.73 0.53
Hex D1 DF 2E 6 0 4F D 41 49 35
Octal 321 337 56 6 0 117 15 101 111 65
Binary 11010001 11011111 101110 110 0 1001111 1101 1000001 1001001 110101

Color Harmonies of #D1DF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DF2E

Black with #D1DF2E

Text Example


Text Example

White with #D1DF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DF2E; }

 p { color: rgb(209,223,46); }

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

background-color css

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

 a { background-color: rgb(209,223,46); }

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

border-color css

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

 span { border-color: rgb(209,223,46); }

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