Html Css Color HEX #DAE01A Pear

📋 copy color: '#DAE01A'

red 218 ◦ green 224 ◦ blue 26

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

Shades of Pear #DAE01A

Tints of Pear #DAE01A

RGB

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

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

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

R = 46.58%
G = 47.86%
B = 5.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#DAE01A (or 0xDAE01A) is known color: Pear. HEX triplet: DA, E0 and 1A. RGB value is (218,224,26). Sum of RGB (Red+Green+Blue) = 218+224+26=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 26 (10.55% from 255 or 5.56% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE01A is #251FE5. Grayscale: #C8C8C8. Windows color (decimal): -2432998 or 1761498. OLE color: 1761498.

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

Color convert

RGB 218 224 26 -
CMYK 0.03 0 0.88 0.12
HSL 61.82º 0.79% 0.49% -
HSV(B) 61.82º 0.88% 0.88% -
XYZ 55.76 68.29 11.22 -
YUV 199.63 30.01 141.1 -
System Red Green Blue C M Y K H S L
Decimal 218 224 26 0.03 0 0.88 0.12 61.82 0.79 0.49
Hex DA E0 1A 3 0 58 C 3E 4F 31
Octal 332 340 32 3 0 130 14 76 117 61
Binary 11011010 11100000 11010 11 0 1011000 1100 111110 1001111 110001

Color Harmonies of #DAE01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE01A

Black with #DAE01A

Text Example


Text Example

White with #DAE01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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