Html Css Color HEX #DAE11A Pear

📋 copy color: '#DAE11A'

red 218 ◦ green 225 ◦ blue 26

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

Shades of Pear #DAE11A

Tints of Pear #DAE11A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.97%

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

R = 46.48%
G = 47.97%
B = 5.54%

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

#DAE11A (or 0xDAE11A) is known color: Pear. HEX triplet: DA, E1 and 1A. RGB value is (218,225,26). Sum of RGB (Red+Green+Blue) = 218+225+26=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 26 (10.55% from 255 or 5.54% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE11A is #251EE5. Grayscale: #C9C9C9. Windows color (decimal): -2432742 or 1761754. OLE color: 1761754.

HSL color Cylindrical-coordinate representation of color #DAE11A: hue angle of 62.11º 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 #DAE11A is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 225 26 -
CMYK 0.03 0 0.88 0.12
HSL 62.11º 0.79% 0.49% -
HSV(B) 62.11º 0.88% 0.88% -
XYZ 56.03 68.83 11.31 -
YUV 200.22 29.68 140.68 -
System Red Green Blue C M Y K H S L
Decimal 218 225 26 0.03 0 0.88 0.12 62.11 0.79 0.49
Hex DA E1 1A 3 0 58 C 3E 4F 31
Octal 332 341 32 3 0 130 14 76 117 61
Binary 11011010 11100001 11010 11 0 1011000 1100 111110 1001111 110001

Color Harmonies of #DAE11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE11A

Black with #DAE11A

Text Example


Text Example

White with #DAE11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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