#DAE020

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

Shades of Pear #DAE020

Tints of Pear #DAE020

Color information

#DAE020 (or 0xDAE020) is unknown color: approx Pear. HEX triplet: DA, E0 and 20. RGB value is (218,224,32). Sum of RGB (Red+Green+Blue) = 218+224+32=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 32 (12.89% from 255 or 6.75% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE020 is #251FDF. Grayscale: #C9C9C9. Windows color (decimal): -2432992 or 2154714. OLE color: 2154714.

HSL color Cylindrical-coordinate representation of color #DAE020: hue angle of 61.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAE020 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB21822432-
CMYK0.0300.860.12
HSL61.88º75.59%50.2%-
HSV(B)61.88º85.71%87.84%-
XYZ55.8368.3211.61-
YUV200.3233.01140.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.99%
GREEN value IS 224 (87.89% from 255) = 47.26%
BLUE value IS 32 (12.89% from 255) = 6.75%
R=45.99%
G=47.26%
B=6.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal218224320.0300.860.1261.8875.5950.2
HexDAE0203056C3e4c32
Octal3323404030126147611462
Binary1101101011100000100000110101011011001111101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE020; }

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

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

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

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

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

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

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

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