Html Css Color HEX #DAE42D Pear

📋 copy color: '#DAE42D'

red 218 ◦ green 228 ◦ blue 45

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

Shades of Pear #DAE42D

Tints of Pear #DAE42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.16%

R = 44.4%
G = 46.44%
B = 9.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#DAE42D (or 0xDAE42D) is known color: Pear. HEX triplet: DA, E4 and 2D. RGB value is (218,228,45). Sum of RGB (Red+Green+Blue) = 218+228+45=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 45 (17.97% from 255 or 9.16% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE42D is #251BD2. Grayscale: #CCCCCC. Windows color (decimal): -2431955 or 3007706. OLE color: 3007706.

HSL color Cylindrical-coordinate representation of color #DAE42D: hue angle of 63.28º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAE42D is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 228 45 -
CMYK 0.04 0 0.80 0.11
HSL 63.28º 0.77% 0.54% -
HSV(B) 63.28º 0.8% 0.89% -
XYZ 57.13 70.58 13.1 -
YUV 204.15 38.19 137.88 -
System Red Green Blue C M Y K H S L
Decimal 218 228 45 0.04 0 0.80 0.11 63.28 0.77 0.54
Hex DA E4 2D 4 0 50 B 3F 4D 36
Octal 332 344 55 4 0 120 13 77 115 66
Binary 11011010 11100100 101101 100 0 1010000 1011 111111 1001101 110110

Color Harmonies of #DAE42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE42D

Black with #DAE42D

Text Example


Text Example

White with #DAE42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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