Html Css Color HEX #DAE531 Pear

📋 copy color: '#DAE531'

red 218 ◦ green 229 ◦ blue 49

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

Shades of Pear #DAE531

Tints of Pear #DAE531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.88%

R = 43.95%
G = 46.17%
B = 9.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#DAE531 (or 0xDAE531) is known color: Pear. HEX triplet: DA, E5 and 31. RGB value is (218,229,49). Sum of RGB (Red+Green+Blue) = 218+229+49=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 49 (19.53% from 255 or 9.88% from 496); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE531 is #251ACE. Grayscale: #CDCDCD. Windows color (decimal): -2431695 or 3270106. OLE color: 3270106.

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

Color convert

RGB 218 229 49 -
CMYK 0.05 0 0.79 0.10
HSL 63.67º 0.78% 0.55% -
HSV(B) 63.67º 0.79% 0.9% -
XYZ 57.49 71.17 13.61 -
YUV 205.19 39.86 137.14 -
System Red Green Blue C M Y K H S L
Decimal 218 229 49 0.05 0 0.79 0.10 63.67 0.78 0.55
Hex DA E5 31 5 0 4F A 40 4E 37
Octal 332 345 61 5 0 117 12 100 116 67
Binary 11011010 11100101 110001 101 0 1001111 1010 1000000 1001110 110111

Color Harmonies of #DAE531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE531

Black with #DAE531

Text Example


Text Example

White with #DAE531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE531; }

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

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

background-color css

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

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

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

border-color css

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

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

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