Html Css Color HEX #D6DE1D Pear

📋 copy color: '#D6DE1D'

red 214 ◦ green 222 ◦ blue 29

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

Shades of Pear #D6DE1D

Tints of Pear #D6DE1D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.74%

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

R = 46.02%
G = 47.74%
B = 6.24%

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

#D6DE1D (or 0xD6DE1D) is known color: Pear. HEX triplet: D6, DE and 1D. RGB value is (214,222,29). Sum of RGB (Red+Green+Blue) = 214+222+29=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 29 (11.72% from 255 or 6.24% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DE1D is #2921E2. Grayscale: #C6C6C6. Windows color (decimal): -2695651 or 1957590. OLE color: 1957590.

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

Color convert

RGB 214 222 29 -
CMYK 0.04 0 0.87 0.13
HSL 62.49º 0.77% 0.49% -
HSV(B) 62.49º 0.87% 0.87% -
XYZ 54.07 66.63 11.17 -
YUV 197.61 32.85 139.69 -
System Red Green Blue C M Y K H S L
Decimal 214 222 29 0.04 0 0.87 0.13 62.49 0.77 0.49
Hex D6 DE 1D 4 0 57 D 3E 4D 31
Octal 326 336 35 4 0 127 15 76 115 61
Binary 11010110 11011110 11101 100 0 1010111 1101 111110 1001101 110001

Color Harmonies of #D6DE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DE1D

Black with #D6DE1D

Text Example


Text Example

White with #D6DE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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