Html Css Color HEX #DAE532 Pear

📋 copy color: '#DAE532'

red 218 ◦ green 229 ◦ blue 50

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

Shades of Pear #DAE532

Tints of Pear #DAE532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.06%

R = 43.86%
G = 46.08%
B = 10.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#DAE532 (or 0xDAE532) is known color: Pear. HEX triplet: DA, E5 and 32. RGB value is (218,229,50). Sum of RGB (Red+Green+Blue) = 218+229+50=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 50 (19.92% from 255 or 10.06% from 497); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE532 is #251ACD. Grayscale: #CECECE. Windows color (decimal): -2431694 or 3335642. OLE color: 3335642.

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

Color convert

RGB 218 229 50 -
CMYK 0.05 0 0.78 0.10
HSL 63.69º 0.77% 0.55% -
HSV(B) 63.69º 0.78% 0.9% -
XYZ 57.51 71.17 13.72 -
YUV 205.31 40.36 137.05 -
System Red Green Blue C M Y K H S L
Decimal 218 229 50 0.05 0 0.78 0.10 63.69 0.77 0.55
Hex DA E5 32 5 0 4E A 40 4D 37
Octal 332 345 62 5 0 116 12 100 115 67
Binary 11011010 11100101 110010 101 0 1001110 1010 1000000 1001101 110111

Color Harmonies of #DAE532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE532

Black with #DAE532

Text Example


Text Example

White with #DAE532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE532; }

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

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

background-color css

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

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

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

border-color css

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

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

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