Html Css Color HEX #D1DE1C Pear

📋 copy color: '#D1DE1C'

red 209 ◦ green 222 ◦ blue 28

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

Shades of Pear #D1DE1C

Tints of Pear #D1DE1C

RGB

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

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

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

R = 45.53%
G = 48.37%
B = 6.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#D1DE1C (or 0xD1DE1C) is known color: Pear. HEX triplet: D1, DE and 1C. RGB value is (209,222,28). Sum of RGB (Red+Green+Blue) = 209+222+28=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 28 (11.33% from 255 or 6.10% from 459); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DE1C is #2E21E3. Grayscale: #C4C4C4. Windows color (decimal): -3023332 or 1892049. OLE color: 1892049.

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

Color convert

RGB 209 222 28 -
CMYK 0.06 0 0.87 0.13
HSL 64.02º 0.78% 0.49% -
HSV(B) 64.02º 0.87% 0.87% -
XYZ 52.63 65.88 11.04 -
YUV 196 33.19 137.27 -
System Red Green Blue C M Y K H S L
Decimal 209 222 28 0.06 0 0.87 0.13 64.02 0.78 0.49
Hex D1 DE 1C 6 0 57 D 40 4E 31
Octal 321 336 34 6 0 127 15 100 116 61
Binary 11010001 11011110 11100 110 0 1010111 1101 1000000 1001110 110001

Color Harmonies of #D1DE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DE1C

Black with #D1DE1C

Text Example


Text Example

White with #D1DE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DE1C; }

 p { color: rgb(209,222,28); }

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

background-color css

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

 a { background-color: rgb(209,222,28); }

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

border-color css

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

 span { border-color: rgb(209,222,28); }

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