Html Css Color HEX #D5DF1D Pear

📋 copy color: '#D5DF1D'

red 213 ◦ green 223 ◦ blue 29

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

Shades of Pear #D5DF1D

Tints of Pear #D5DF1D

RGB

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

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

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

R = 45.81%
G = 47.96%
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

#D5DF1D (or 0xD5DF1D) is known color: Pear. HEX triplet: D5, DF and 1D. RGB value is (213,223,29). Sum of RGB (Red+Green+Blue) = 213+223+29=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 29 (11.72% from 255 or 6.24% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DF1D is #2A20E2. Grayscale: #C6C6C6. Windows color (decimal): -2760931 or 1957845. OLE color: 1957845.

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

Color convert

RGB 213 223 29 -
CMYK 0.04 0 0.87 0.13
HSL 63.09º 0.77% 0.49% -
HSV(B) 63.09º 0.87% 0.87% -
XYZ 54.05 67.01 11.25 -
YUV 197.89 32.69 138.77 -
System Red Green Blue C M Y K H S L
Decimal 213 223 29 0.04 0 0.87 0.13 63.09 0.77 0.49
Hex D5 DF 1D 4 0 57 D 3F 4D 31
Octal 325 337 35 4 0 127 15 77 115 61
Binary 11010101 11011111 11101 100 0 1010111 1101 111111 1001101 110001

Color Harmonies of #D5DF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DF1D

Black with #D5DF1D

Text Example


Text Example

White with #D5DF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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