Html Css Color HEX #D6DF1F Pear

📋 copy color: '#D6DF1F'

red 214 ◦ green 223 ◦ blue 31

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

Shades of Pear #D6DF1F

Tints of Pear #D6DF1F

RGB

 RED value IS 214 (83.98% from 255) = 45.73%

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

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

R = 45.73%
G = 47.65%
B = 6.62%

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

#D6DF1F (or 0xD6DF1F) is known color: Pear. HEX triplet: D6, DF and 1F. RGB value is (214,223,31). Sum of RGB (Red+Green+Blue) = 214+223+31=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 31 (12.5% from 255 or 6.62% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DF1F is #2920E0. Grayscale: #C7C7C7. Windows color (decimal): -2695393 or 2088918. OLE color: 2088918.

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

Color convert

RGB 214 223 31 -
CMYK 0.04 0 0.86 0.13
HSL 62.81º 0.76% 0.5% -
HSV(B) 62.81º 0.86% 0.87% -
XYZ 54.37 67.17 11.4 -
YUV 198.42 33.52 139.11 -
System Red Green Blue C M Y K H S L
Decimal 214 223 31 0.04 0 0.86 0.13 62.81 0.76 0.5
Hex D6 DF 1F 4 0 56 D 3F 4C 32
Octal 326 337 37 4 0 126 15 77 114 62
Binary 11010110 11011111 11111 100 0 1010110 1101 111111 1001100 110010

Color Harmonies of #D6DF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DF1F

Black with #D6DF1F

Text Example


Text Example

White with #D6DF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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