Html Css Color HEX #DAE52A Pear

📋 copy color: '#DAE52A'

red 218 ◦ green 229 ◦ blue 42

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

Shades of Pear #DAE52A

Tints of Pear #DAE52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.59%

R = 44.58%
G = 46.83%
B = 8.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#DAE52A (or 0xDAE52A) is known color: Pear. HEX triplet: DA, E5 and 2A. RGB value is (218,229,42). Sum of RGB (Red+Green+Blue) = 218+229+42=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 42 (16.80% from 255 or 8.59% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE52A is #251AD5. Grayscale: #CDCDCD. Windows color (decimal): -2431702 or 2811354. OLE color: 2811354.

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

Color convert

RGB 218 229 42 -
CMYK 0.05 0 0.82 0.10
HSL 63.53º 0.78% 0.53% -
HSV(B) 63.53º 0.82% 0.9% -
XYZ 57.35 71.11 12.89 -
YUV 204.39 36.36 137.71 -
System Red Green Blue C M Y K H S L
Decimal 218 229 42 0.05 0 0.82 0.10 63.53 0.78 0.53
Hex DA E5 2A 5 0 52 A 40 4E 35
Octal 332 345 52 5 0 122 12 100 116 65
Binary 11011010 11100101 101010 101 0 1010010 1010 1000000 1001110 110101

Color Harmonies of #DAE52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE52A

Black with #DAE52A

Text Example


Text Example

White with #DAE52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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