Html Css Color HEX #D2DF15 Pear

📋 copy color: '#D2DF15'

red 210 ◦ green 223 ◦ blue 21

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

Shades of Pear #D2DF15

Tints of Pear #D2DF15

RGB

 RED value IS 210 (82.42% from 255) = 46.26%

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

 BLUE value IS 21 (8.59% from 255) = 4.63%

R = 46.26%
G = 49.12%
B = 4.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#D2DF15 (or 0xD2DF15) is known color: Pear. HEX triplet: D2, DF and 15. RGB value is (210,223,21). Sum of RGB (Red+Green+Blue) = 210+223+21=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 21 (8.59% from 255 or 4.63% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2DF15 is #2D20EA. Grayscale: #C4C4C4. Windows color (decimal): -2957547 or 1433554. OLE color: 1433554.

HSL color Cylindrical-coordinate representation of color #D2DF15: hue angle of 63.86º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2DF15 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 223 21 -
CMYK 0.06 0 0.91 0.13
HSL 63.86º 0.83% 0.48% -
HSV(B) 63.86º 0.91% 0.87% -
XYZ 53.1 66.53 10.75 -
YUV 196.09 29.19 137.93 -
System Red Green Blue C M Y K H S L
Decimal 210 223 21 0.06 0 0.91 0.13 63.86 0.83 0.48
Hex D2 DF 15 6 0 5B D 40 53 30
Octal 322 337 25 6 0 133 15 100 123 60
Binary 11010010 11011111 10101 110 0 1011011 1101 1000000 1010011 110000

Color Harmonies of #D2DF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DF15

Black with #D2DF15

Text Example


Text Example

White with #D2DF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DF15; }

 p { color: rgb(210,223,21); }

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

background-color css

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

 a { background-color: rgb(210,223,21); }

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

border-color css

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

 span { border-color: rgb(210,223,21); }

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