Html Css Color HEX #DAE311 Pear

📋 copy color: '#DAE311'

red 218 ◦ green 227 ◦ blue 17

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

Shades of Pear #DAE311

Tints of Pear #DAE311

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.13%

 BLUE value IS 17 (7.03% from 255) = 3.68%

R = 47.19%
G = 49.13%
B = 3.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#DAE311 (or 0xDAE311) is known color: Pear. HEX triplet: DA, E3 and 11. RGB value is (218,227,17). Sum of RGB (Red+Green+Blue) = 218+227+17=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 17 (7.03% from 255 or 3.68% from 462); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE311 is #251CEE. Grayscale: #C9C9C9. Windows color (decimal): -2432239 or 1172442. OLE color: 1172442.

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

Color convert

RGB 218 227 17 -
CMYK 0.04 0 0.93 0.11
HSL 62.57º 0.86% 0.48% -
HSV(B) 62.57º 0.93% 0.89% -
XYZ 56.48 69.88 11.04 -
YUV 200.37 24.52 140.58 -
System Red Green Blue C M Y K H S L
Decimal 218 227 17 0.04 0 0.93 0.11 62.57 0.86 0.48
Hex DA E3 11 4 0 5D B 3F 56 30
Octal 332 343 21 4 0 135 13 77 126 60
Binary 11011010 11100011 10001 100 0 1011101 1011 111111 1010110 110000

Color Harmonies of #DAE311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE311

Black with #DAE311

Text Example


Text Example

White with #DAE311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE311; }

 p { color: rgb(218,227,17); }

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

background-color css

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

 a { background-color: rgb(218,227,17); }

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

border-color css

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

 span { border-color: rgb(218,227,17); }

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