Html Css Color HEX #D5DE1D Pear

📋 copy color: '#D5DE1D'

red 213 ◦ green 222 ◦ blue 29

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

Shades of Pear #D5DE1D

Tints of Pear #D5DE1D

RGB

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

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

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

R = 45.91%
G = 47.84%
B = 6.25%

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

#D5DE1D (or 0xD5DE1D) is known color: Pear. HEX triplet: D5, DE and 1D. RGB value is (213,222,29). Sum of RGB (Red+Green+Blue) = 213+222+29=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 222 (87.11% from 255 or 47.84% from 464); Blue value is 29 (11.72% from 255 or 6.25% from 464); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DE1D is #2A21E2. Grayscale: #C6C6C6. Windows color (decimal): -2761187 or 1957589. OLE color: 1957589.

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

Color convert

RGB 213 222 29 -
CMYK 0.04 0 0.87 0.13
HSL 62.8º 0.77% 0.49% -
HSV(B) 62.8º 0.87% 0.87% -
XYZ 53.78 66.48 11.16 -
YUV 197.31 33.02 139.19 -
System Red Green Blue C M Y K H S L
Decimal 213 222 29 0.04 0 0.87 0.13 62.8 0.77 0.49
Hex D5 DE 1D 4 0 57 D 3F 4D 31
Octal 325 336 35 4 0 127 15 77 115 61
Binary 11010101 11011110 11101 100 0 1010111 1101 111111 1001101 110001

Color Harmonies of #D5DE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DE1D

Black with #D5DE1D

Text Example


Text Example

White with #D5DE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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