Html Css Color HEX #D5DF1B Pear

📋 copy color: '#D5DF1B'

red 213 ◦ green 223 ◦ blue 27

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

Shades of Pear #D5DF1B

Tints of Pear #D5DF1B

RGB

 RED value IS 213 (83.59% from 255) = 46%

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

 BLUE value IS 27 (10.94% from 255) = 5.83%

R = 46%
G = 48.16%
B = 5.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#D5DF1B (or 0xD5DF1B) is known color: Pear. HEX triplet: D5, DF and 1B. RGB value is (213,223,27). Sum of RGB (Red+Green+Blue) = 213+223+27=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 27 (10.94% from 255 or 5.83% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DF1B is #2A20E4. Grayscale: #C6C6C6. Windows color (decimal): -2760933 or 1826773. OLE color: 1826773.

HSL color Cylindrical-coordinate representation of color #D5DF1B: hue angle of 63.06º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5DF1B is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 223 27 -
CMYK 0.04 0 0.88 0.13
HSL 63.06º 0.78% 0.49% -
HSV(B) 63.06º 0.88% 0.87% -
XYZ 54.03 67 11.12 -
YUV 197.67 31.69 138.94 -
System Red Green Blue C M Y K H S L
Decimal 213 223 27 0.04 0 0.88 0.13 63.06 0.78 0.49
Hex D5 DF 1B 4 0 58 D 3F 4E 31
Octal 325 337 33 4 0 130 15 77 116 61
Binary 11010101 11011111 11011 100 0 1011000 1101 111111 1001110 110001

Color Harmonies of #D5DF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DF1B

Black with #D5DF1B

Text Example


Text Example

White with #D5DF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DF1B; }

 p { color: rgb(213,223,27); }

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

background-color css

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

 a { background-color: rgb(213,223,27); }

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

border-color css

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

 span { border-color: rgb(213,223,27); }

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