Html Css Color HEX #D6DF1D Pear

📋 copy color: '#D6DF1D'

red 214 ◦ green 223 ◦ blue 29

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

Shades of Pear #D6DF1D

Tints of Pear #D6DF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.22%

R = 45.92%
G = 47.85%
B = 6.22%

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

#D6DF1D (or 0xD6DF1D) is known color: Pear. HEX triplet: D6, DF and 1D. RGB value is (214,223,29). Sum of RGB (Red+Green+Blue) = 214+223+29=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 29 (11.72% from 255 or 6.22% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DF1D is #2920E2. Grayscale: #C6C6C6. Windows color (decimal): -2695395 or 1957846. OLE color: 1957846.

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

Color convert

RGB 214 223 29 -
CMYK 0.04 0 0.87 0.13
HSL 62.78º 0.77% 0.49% -
HSV(B) 62.78º 0.87% 0.87% -
XYZ 54.34 67.16 11.26 -
YUV 198.19 32.52 139.27 -
System Red Green Blue C M Y K H S L
Decimal 214 223 29 0.04 0 0.87 0.13 62.78 0.77 0.49
Hex D6 DF 1D 4 0 57 D 3F 4D 31
Octal 326 337 35 4 0 127 15 77 115 61
Binary 11010110 11011111 11101 100 0 1010111 1101 111111 1001101 110001

Color Harmonies of #D6DF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DF1D

Black with #D6DF1D

Text Example


Text Example

White with #D6DF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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