Shades of Pear #DFED2B
Tints of Pear #DFED2B
RGB
CMYK
RGB Variations
Color information
#DFED2B (or 0xDFED2B) is known color: Pear. HEX triplet: DF, ED and 2B. RGB value is (223,237,43). Sum of RGB (Red+Green+Blue) = 223+237+43=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 43 (17.19% from 255 or 8.55% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #DFED2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFED2B is #2012D4. Grayscale: #D3D3D3. Windows color (decimal): -2101973 or 2878943. OLE color: 2878943.
HSL color Cylindrical-coordinate representation of color #DFED2B: hue angle of 64.33º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFED2B is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 237 | 43 | - |
CMYK | 0.06 | 0 | 0.82 | 0.07 |
HSL | 64.33º | 0.84% | 0.55% | - |
HSV(B) | 64.33º | 0.82% | 0.93% | - |
XYZ | 61.15 | 76.43 | 13.82 | - |
YUV | 210.7 | 33.36 | 136.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 237 | 43 | 0.06 | 0 | 0.82 | 0.07 | 64.33 | 0.84 | 0.55 |
Hex | DF | ED | 2B | 6 | 0 | 52 | 7 | 40 | 54 | 37 |
Octal | 337 | 355 | 53 | 6 | 0 | 122 | 7 | 100 | 124 | 67 |
Binary | 11011111 | 11101101 | 101011 | 110 | 0 | 1010010 | 111 | 1000000 | 1010100 | 110111 |
Color Harmonies of #DFED2B
Complementary color
Monochromatic Colors of #DFED2B
Black with #DFED2B
Text Example
Text Example
White with #DFED2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFED2B; }
p { color: rgb(223,237,43); }
H1.HeaderClassName
{
color: #DFED2B;
}
.AnyTagClassName
{
color: #DFED2B;
}
</style>
background-color css
<style>
a { background-color: #DFED2B; }
a { background-color: rgb(223,237,43); }
div.DivClassName
{
background-color: #DFED2B;
}
.BgClassName
{
background-color: #DFED2B;
}
</style>
border-color css
<style>
span { border-color: #DFED2B; }
span { border-color: rgb(223,237,43); }
td.TdClassName
{
border-color: #DFED2B;
}
.TagClassName
{
border-color: #DFED2B;
}
</style>