Html Css Color HEX #DAE214 Pear

📋 copy color: '#DAE214'

red 218 ◦ green 226 ◦ blue 20

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

Shades of Pear #DAE214

Tints of Pear #DAE214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.31%

R = 46.98%
G = 48.71%
B = 4.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#DAE214 (or 0xDAE214) is known color: Pear. HEX triplet: DA, E2 and 14. RGB value is (218,226,20). Sum of RGB (Red+Green+Blue) = 218+226+20=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 226 (88.67% from 255 or 48.71% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE214 is #251DEB. Grayscale: #C8C8C8. Windows color (decimal): -2432492 or 1368794. OLE color: 1368794.

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

Color convert

RGB 218 226 20 -
CMYK 0.04 0 0.91 0.11
HSL 62.33º 0.84% 0.48% -
HSV(B) 62.33º 0.91% 0.89% -
XYZ 56.24 69.35 11.08 -
YUV 200.12 26.35 140.75 -
System Red Green Blue C M Y K H S L
Decimal 218 226 20 0.04 0 0.91 0.11 62.33 0.84 0.48
Hex DA E2 14 4 0 5B B 3E 54 30
Octal 332 342 24 4 0 133 13 76 124 60
Binary 11011010 11100010 10100 100 0 1011011 1011 111110 1010100 110000

Color Harmonies of #DAE214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE214

Black with #DAE214

Text Example


Text Example

White with #DAE214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE214; }

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

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

background-color css

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

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

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

border-color css

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

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

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