Html Css Color HEX #D6DF1C Pear

📋 copy color: '#D6DF1C'

red 214 ◦ green 223 ◦ blue 28

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

Shades of Pear #D6DF1C

Tints of Pear #D6DF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.02%

R = 46.02%
G = 47.96%
B = 6.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#D6DF1C (or 0xD6DF1C) is known color: Pear. HEX triplet: D6, DF and 1C. RGB value is (214,223,28). Sum of RGB (Red+Green+Blue) = 214+223+28=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 28 (11.33% from 255 or 6.02% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DF1C is #2920E3. Grayscale: #C6C6C6. Windows color (decimal): -2695396 or 1892310. OLE color: 1892310.

HSL color Cylindrical-coordinate representation of color #D6DF1C: hue angle of 62.77º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6DF1C is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 223 28 -
CMYK 0.04 0 0.87 0.13
HSL 62.77º 0.78% 0.49% -
HSV(B) 62.77º 0.87% 0.87% -
XYZ 54.33 67.16 11.2 -
YUV 198.08 32.02 139.36 -
System Red Green Blue C M Y K H S L
Decimal 214 223 28 0.04 0 0.87 0.13 62.77 0.78 0.49
Hex D6 DF 1C 4 0 57 D 3F 4E 31
Octal 326 337 34 4 0 127 15 77 116 61
Binary 11010110 11011111 11100 100 0 1010111 1101 111111 1001110 110001

Color Harmonies of #D6DF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DF1C

Black with #D6DF1C

Text Example


Text Example

White with #D6DF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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