Html Css Color HEX #DAE016 Pear

📋 copy color: '#DAE016'

red 218 ◦ green 224 ◦ blue 22

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

Shades of Pear #DAE016

Tints of Pear #DAE016

RGB

 RED value IS 218 (85.55% from 255) = 46.98%

 GREEN value IS 224 (87.89% from 255) = 48.28%

 BLUE value IS 22 (8.98% from 255) = 4.74%

R = 46.98%
G = 48.28%
B = 4.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#DAE016 (or 0xDAE016) is known color: Pear. HEX triplet: DA, E0 and 16. RGB value is (218,224,22). Sum of RGB (Red+Green+Blue) = 218+224+22=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 22 (8.98% from 255 or 4.74% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE016 is #251FE9. Grayscale: #C7C7C7. Windows color (decimal): -2433002 or 1499354. OLE color: 1499354.

HSL color Cylindrical-coordinate representation of color #DAE016: hue angle of 61.78º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAE016 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 224 22 -
CMYK 0.03 0 0.90 0.12
HSL 61.78º 0.82% 0.48% -
HSV(B) 61.78º 0.9% 0.88% -
XYZ 55.71 68.27 11 -
YUV 199.18 28.01 141.43 -
System Red Green Blue C M Y K H S L
Decimal 218 224 22 0.03 0 0.90 0.12 61.78 0.82 0.48
Hex DA E0 16 3 0 5A C 3E 52 30
Octal 332 340 26 3 0 132 14 76 122 60
Binary 11011010 11100000 10110 11 0 1011010 1100 111110 1010010 110000

Color Harmonies of #DAE016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE016

Black with #DAE016

Text Example


Text Example

White with #DAE016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE016; }

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

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

background-color css

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

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

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

border-color css

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

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

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