Html Css Color HEX #DAE21C Pear

📋 copy color: '#DAE21C'

red 218 ◦ green 226 ◦ blue 28

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

Shades of Pear #DAE21C

Tints of Pear #DAE21C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.88%

 BLUE value IS 28 (11.33% from 255) = 5.93%

R = 46.19%
G = 47.88%
B = 5.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#DAE21C (or 0xDAE21C) is known color: Pear. HEX triplet: DA, E2 and 1C. RGB value is (218,226,28). Sum of RGB (Red+Green+Blue) = 218+226+28=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 28 (11.33% from 255 or 5.93% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE21C is #251DE3. Grayscale: #C9C9C9. Windows color (decimal): -2432484 or 1893082. OLE color: 1893082.

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

Color convert

RGB 218 226 28 -
CMYK 0.04 0 0.88 0.11
HSL 62.42º 0.78% 0.5% -
HSV(B) 62.42º 0.88% 0.89% -
XYZ 56.32 69.38 11.52 -
YUV 201.04 30.35 140.1 -
System Red Green Blue C M Y K H S L
Decimal 218 226 28 0.04 0 0.88 0.11 62.42 0.78 0.5
Hex DA E2 1C 4 0 58 B 3E 4E 32
Octal 332 342 34 4 0 130 13 76 116 62
Binary 11011010 11100010 11100 100 0 1011000 1011 111110 1001110 110010

Color Harmonies of #DAE21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE21C

Black with #DAE21C

Text Example


Text Example

White with #DAE21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE21C; }

 p { color: rgb(218,226,28); }

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

background-color css

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

 a { background-color: rgb(218,226,28); }

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

border-color css

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

 span { border-color: rgb(218,226,28); }

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