Html Css Color HEX #DAE428 Pear

📋 copy color: '#DAE428'

red 218 ◦ green 228 ◦ blue 40

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

Shades of Pear #DAE428

Tints of Pear #DAE428

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.91%

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

R = 44.86%
G = 46.91%
B = 8.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#DAE428 (or 0xDAE428) is known color: Pear. HEX triplet: DA, E4 and 28. RGB value is (218,228,40). Sum of RGB (Red+Green+Blue) = 218+228+40=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 40 (16.02% from 255 or 8.23% from 486); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE428 is #251BD7. Grayscale: #CCCCCC. Windows color (decimal): -2431960 or 2680026. OLE color: 2680026.

HSL color Cylindrical-coordinate representation of color #DAE428: hue angle of 63.19º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAE428 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 228 40 -
CMYK 0.04 0 0.82 0.11
HSL 63.19º 0.78% 0.53% -
HSV(B) 63.19º 0.82% 0.89% -
XYZ 57.04 70.55 12.62 -
YUV 203.58 35.69 138.29 -
System Red Green Blue C M Y K H S L
Decimal 218 228 40 0.04 0 0.82 0.11 63.19 0.78 0.53
Hex DA E4 28 4 0 52 B 3F 4E 35
Octal 332 344 50 4 0 122 13 77 116 65
Binary 11011010 11100100 101000 100 0 1010010 1011 111111 1001110 110101

Color Harmonies of #DAE428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE428

Black with #DAE428

Text Example


Text Example

White with #DAE428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE428; }

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

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

background-color css

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

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

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

border-color css

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

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

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