Html Css Color HEX #D4DE1F Pear

📋 copy color: '#D4DE1F'

red 212 ◦ green 222 ◦ blue 31

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

Shades of Pear #D4DE1F

Tints of Pear #D4DE1F

RGB

 RED value IS 212 (83.2% from 255) = 45.59%

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

 BLUE value IS 31 (12.5% from 255) = 6.67%

R = 45.59%
G = 47.74%
B = 6.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#D4DE1F (or 0xD4DE1F) is known color: Pear. HEX triplet: D4, DE and 1F. RGB value is (212,222,31). Sum of RGB (Red+Green+Blue) = 212+222+31=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 31 (12.5% from 255 or 6.67% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DE1F is #2B21E0. Grayscale: #C5C5C5. Windows color (decimal): -2826721 or 2088660. OLE color: 2088660.

HSL color Cylindrical-coordinate representation of color #D4DE1F: hue angle of 63.14º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4DE1F is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 222 31 -
CMYK 0.05 0 0.86 0.13
HSL 63.14º 0.75% 0.5% -
HSV(B) 63.14º 0.86% 0.87% -
XYZ 53.52 66.34 11.28 -
YUV 197.24 34.19 138.53 -
System Red Green Blue C M Y K H S L
Decimal 212 222 31 0.05 0 0.86 0.13 63.14 0.75 0.5
Hex D4 DE 1F 5 0 56 D 3F 4B 32
Octal 324 336 37 5 0 126 15 77 113 62
Binary 11010100 11011110 11111 101 0 1010110 1101 111111 1001011 110010

Color Harmonies of #D4DE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DE1F

Black with #D4DE1F

Text Example


Text Example

White with #D4DE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DE1F; }

 p { color: rgb(212,222,31); }

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

background-color css

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

 a { background-color: rgb(212,222,31); }

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

border-color css

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

 span { border-color: rgb(212,222,31); }

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