Html Css Color HEX #DFEF2A Pear

📋 copy color: '#DFEF2A'

red 223 ◦ green 239 ◦ blue 42

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

Shades of Pear #DFEF2A

Tints of Pear #DFEF2A

RGB

 RED value IS 223 (87.5% from 255) = 44.25%

 GREEN value IS 239 (93.75% from 255) = 47.42%

 BLUE value IS 42 (16.8% from 255) = 8.33%

R = 44.25%
G = 47.42%
B = 8.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#DFEF2A (or 0xDFEF2A) is known color: Pear. HEX triplet: DF, EF and 2A. RGB value is (223,239,42). Sum of RGB (Red+Green+Blue) = 223+239+42=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 42 (16.80% from 255 or 8.33% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEF2A is #2010D5. Grayscale: #D4D4D4. Windows color (decimal): -2101462 or 2813919. OLE color: 2813919.

HSL color Cylindrical-coordinate representation of color #DFEF2A: hue angle of 64.87º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFEF2A is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 239 42 -
CMYK 0.07 0 0.82 0.06
HSL 64.87º 0.86% 0.55% -
HSV(B) 64.87º 0.82% 0.94% -
XYZ 61.72 77.59 13.91 -
YUV 211.76 32.2 136.02 -
System Red Green Blue C M Y K H S L
Decimal 223 239 42 0.07 0 0.82 0.06 64.87 0.86 0.55
Hex DF EF 2A 7 0 52 6 41 56 37
Octal 337 357 52 7 0 122 6 101 126 67
Binary 11011111 11101111 101010 111 0 1010010 110 1000001 1010110 110111

Color Harmonies of #DFEF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEF2A

Black with #DFEF2A

Text Example


Text Example

White with #DFEF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEF2A; }

 p { color: rgb(223,239,42); }

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

background-color css

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

 a { background-color: rgb(223,239,42); }

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

border-color css

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

 span { border-color: rgb(223,239,42); }

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