Html Css Color HEX #DAE124 Pear

📋 copy color: '#DAE124'

red 218 ◦ green 225 ◦ blue 36

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

Shades of Pear #DAE124

Tints of Pear #DAE124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.52%

R = 45.51%
G = 46.97%
B = 7.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#DAE124 (or 0xDAE124) is known color: Pear. HEX triplet: DA, E1 and 24. RGB value is (218,225,36). Sum of RGB (Red+Green+Blue) = 218+225+36=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 36 (14.45% from 255 or 7.52% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE124 is #251EDB. Grayscale: #CACACA. Windows color (decimal): -2432732 or 2417114. OLE color: 2417114.

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

Color convert

RGB 218 225 36 -
CMYK 0.03 0 0.84 0.12
HSL 62.22º 0.76% 0.51% -
HSV(B) 62.22º 0.84% 0.88% -
XYZ 56.16 68.88 12.01 -
YUV 201.36 34.68 139.87 -
System Red Green Blue C M Y K H S L
Decimal 218 225 36 0.03 0 0.84 0.12 62.22 0.76 0.51
Hex DA E1 24 3 0 54 C 3E 4C 33
Octal 332 341 44 3 0 124 14 76 114 63
Binary 11011010 11100001 100100 11 0 1010100 1100 111110 1001100 110011

Color Harmonies of #DAE124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE124

Black with #DAE124

Text Example


Text Example

White with #DAE124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE124; }

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

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

background-color css

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

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

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

border-color css

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

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

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