Html Css Color HEX #D4DF1E Pear

📋 copy color: '#D4DF1E'

red 212 ◦ green 223 ◦ blue 30

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

Shades of Pear #D4DF1E

Tints of Pear #D4DF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.45%

R = 45.59%
G = 47.96%
B = 6.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#D4DF1E (or 0xD4DF1E) is known color: Pear. HEX triplet: D4, DF and 1E. RGB value is (212,223,30). Sum of RGB (Red+Green+Blue) = 212+223+30=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 30 (12.11% from 255 or 6.45% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DF1E is #2B20E1. Grayscale: #C6C6C6. Windows color (decimal): -2826466 or 2023380. OLE color: 2023380.

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

Color convert

RGB 212 223 30 -
CMYK 0.05 0 0.87 0.13
HSL 63.42º 0.76% 0.5% -
HSV(B) 63.42º 0.87% 0.87% -
XYZ 53.77 66.87 11.3 -
YUV 197.71 33.36 138.19 -
System Red Green Blue C M Y K H S L
Decimal 212 223 30 0.05 0 0.87 0.13 63.42 0.76 0.5
Hex D4 DF 1E 5 0 57 D 3F 4C 32
Octal 324 337 36 5 0 127 15 77 114 62
Binary 11010100 11011111 11110 101 0 1010111 1101 111111 1001100 110010

Color Harmonies of #D4DF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DF1E

Black with #D4DF1E

Text Example


Text Example

White with #D4DF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DF1E; }

 p { color: rgb(212,223,30); }

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

background-color css

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

 a { background-color: rgb(212,223,30); }

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

border-color css

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

 span { border-color: rgb(212,223,30); }

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