Html Css Color HEX #DAE51A Pear

📋 copy color: '#DAE51A'

red 218 ◦ green 229 ◦ blue 26

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

Shades of Pear #DAE51A

Tints of Pear #DAE51A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.41%

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

R = 46.09%
G = 48.41%
B = 5.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#DAE51A (or 0xDAE51A) is known color: Pear. HEX triplet: DA, E5 and 1A. RGB value is (218,229,26). Sum of RGB (Red+Green+Blue) = 218+229+26=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 26 (10.55% from 255 or 5.50% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE51A is #251AE5. Grayscale: #CBCBCB. Windows color (decimal): -2431718 or 1762778. OLE color: 1762778.

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

Color convert

RGB 218 229 26 -
CMYK 0.05 0 0.89 0.10
HSL 63.25º 0.8% 0.5% -
HSV(B) 63.25º 0.89% 0.9% -
XYZ 57.12 71.02 11.67 -
YUV 202.57 28.36 139.01 -
System Red Green Blue C M Y K H S L
Decimal 218 229 26 0.05 0 0.89 0.10 63.25 0.8 0.5
Hex DA E5 1A 5 0 59 A 3F 50 32
Octal 332 345 32 5 0 131 12 77 120 62
Binary 11011010 11100101 11010 101 0 1011001 1010 111111 1010000 110010

Color Harmonies of #DAE51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE51A

Black with #DAE51A

Text Example


Text Example

White with #DAE51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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