Html Css Color HEX #DAE528 Pear

📋 copy color: '#DAE528'

red 218 ◦ green 229 ◦ blue 40

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

Shades of Pear #DAE528

Tints of Pear #DAE528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.21%

R = 44.76%
G = 47.02%
B = 8.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#DAE528 (or 0xDAE528) is known color: Pear. HEX triplet: DA, E5 and 28. RGB value is (218,229,40). Sum of RGB (Red+Green+Blue) = 218+229+40=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 40 (16.02% from 255 or 8.21% from 487); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE528 is #251AD7. Grayscale: #CCCCCC. Windows color (decimal): -2431704 or 2680282. OLE color: 2680282.

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

Color convert

RGB 218 229 40 -
CMYK 0.05 0 0.83 0.10
HSL 63.49º 0.78% 0.53% -
HSV(B) 63.49º 0.83% 0.9% -
XYZ 57.32 71.1 12.71 -
YUV 204.17 35.36 137.87 -
System Red Green Blue C M Y K H S L
Decimal 218 229 40 0.05 0 0.83 0.10 63.49 0.78 0.53
Hex DA E5 28 5 0 53 A 3F 4E 35
Octal 332 345 50 5 0 123 12 77 116 65
Binary 11011010 11100101 101000 101 0 1010011 1010 111111 1001110 110101

Color Harmonies of #DAE528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE528

Black with #DAE528

Text Example


Text Example

White with #DAE528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE528; }

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

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

background-color css

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

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

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

border-color css

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

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

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