Html Css Color HEX #DAE41A Pear

📋 copy color: '#DAE41A'

red 218 ◦ green 228 ◦ blue 26

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

Shades of Pear #DAE41A

Tints of Pear #DAE41A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.31%

 BLUE value IS 26 (10.55% from 255) = 5.51%

R = 46.19%
G = 48.31%
B = 5.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#DAE41A (or 0xDAE41A) is known color: Pear. HEX triplet: DA, E4 and 1A. RGB value is (218,228,26). Sum of RGB (Red+Green+Blue) = 218+228+26=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 228 (89.45% from 255 or 48.31% from 472); Blue value is 26 (10.55% from 255 or 5.51% from 472); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE41A is #251BE5. Grayscale: #CACACA. Windows color (decimal): -2431974 or 1762522. OLE color: 1762522.

HSL color Cylindrical-coordinate representation of color #DAE41A: hue angle of 62.97º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAE41A is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 228 26 -
CMYK 0.04 0 0.89 0.11
HSL 62.97º 0.8% 0.5% -
HSV(B) 62.97º 0.89% 0.89% -
XYZ 56.84 70.47 11.58 -
YUV 201.98 28.69 139.43 -
System Red Green Blue C M Y K H S L
Decimal 218 228 26 0.04 0 0.89 0.11 62.97 0.8 0.5
Hex DA E4 1A 4 0 59 B 3F 50 32
Octal 332 344 32 4 0 131 13 77 120 62
Binary 11011010 11100100 11010 100 0 1011001 1011 111111 1010000 110010

Color Harmonies of #DAE41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE41A

Black with #DAE41A

Text Example


Text Example

White with #DAE41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE41A; }

 p { color: rgb(218,228,26); }

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

background-color css

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

 a { background-color: rgb(218,228,26); }

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

border-color css

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

 span { border-color: rgb(218,228,26); }

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