Html Css Color HEX #D1DD1C Pear

📋 copy color: '#D1DD1C'

red 209 ◦ green 221 ◦ blue 28

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

Shades of Pear #D1DD1C

Tints of Pear #D1DD1C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.25%

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

R = 45.63%
G = 48.25%
B = 6.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#D1DD1C (or 0xD1DD1C) is known color: Pear. HEX triplet: D1, DD and 1C. RGB value is (209,221,28). Sum of RGB (Red+Green+Blue) = 209+221+28=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 28 (11.33% from 255 or 6.11% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DD1C is #2E22E3. Grayscale: #C4C4C4. Windows color (decimal): -3023588 or 1891793. OLE color: 1891793.

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

Color convert

RGB 209 221 28 -
CMYK 0.05 0 0.87 0.13
HSL 63.73º 0.78% 0.49% -
HSV(B) 63.73º 0.87% 0.87% -
XYZ 52.36 65.35 10.95 -
YUV 195.41 33.52 137.69 -
System Red Green Blue C M Y K H S L
Decimal 209 221 28 0.05 0 0.87 0.13 63.73 0.78 0.49
Hex D1 DD 1C 5 0 57 D 40 4E 31
Octal 321 335 34 5 0 127 15 100 116 61
Binary 11010001 11011101 11100 101 0 1010111 1101 1000000 1001110 110001

Color Harmonies of #D1DD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DD1C

Black with #D1DD1C

Text Example


Text Example

White with #D1DD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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