#DAE720

Color #DAE720 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #DAE720

Tints of Pear #DAE720

Color information

#DAE720 (or 0xDAE720) is unknown color: approx Pear. HEX triplet: DA, E7 and 20. RGB value is (218,231,32). Sum of RGB (Red+Green+Blue) = 218+231+32=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 231 (90.62% from 255 or 48.02% from 481); Blue value is 32 (12.89% from 255 or 6.65% from 481); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE720 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE720 is #2518DF. Grayscale: #CDCDCD. Windows color (decimal): -2431200 or 2156506. OLE color: 2156506.

HSL color Cylindrical-coordinate representation of color #DAE720: hue angle of 63.92º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAE720 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB21823132-
CMYK0.0600.860.09
HSL63.92º80.57%51.57%-
HSV(B)63.92º86.15%90.59%-
XYZ57.7572.1612.25-
YUV204.4330.69137.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.32%
GREEN value IS 231 (90.62% from 255) = 48.02%
BLUE value IS 32 (12.89% from 255) = 6.65%
R=45.32%
G=48.02%
B=6.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal218231320.0600.860.0963.9280.5751.57
HexDAE72060569405134
Octal33234740601261110012164
Binary110110101110011110000011001010110100110000001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE720; }

 p { color: rgb(218,231,32); }

 H1.HeaderClassName
 {
   color: #DAE720;
 }
 .AnyTagClassName
 {
   color: #DAE720;
 }
</style>
background-color css

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

 a { background-color: rgb(218,231,32); }

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

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

 span { border-color: rgb(218,231,32); }

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