Html Css Color HEX #DAE312 Pear

📋 copy color: '#DAE312'

red 218 ◦ green 227 ◦ blue 18

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

Shades of Pear #DAE312

Tints of Pear #DAE312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.89%

R = 47.08%
G = 49.03%
B = 3.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#DAE312 (or 0xDAE312) is known color: Pear. HEX triplet: DA, E3 and 12. RGB value is (218,227,18). Sum of RGB (Red+Green+Blue) = 218+227+18=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 18 (7.42% from 255 or 3.89% from 463); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE312 is #251CED. Grayscale: #C9C9C9. Windows color (decimal): -2432238 or 1237978. OLE color: 1237978.

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

Color convert

RGB 218 227 18 -
CMYK 0.04 0 0.92 0.11
HSL 62.58º 0.85% 0.48% -
HSV(B) 62.58º 0.92% 0.89% -
XYZ 56.49 69.89 11.08 -
YUV 200.48 25.02 140.49 -
System Red Green Blue C M Y K H S L
Decimal 218 227 18 0.04 0 0.92 0.11 62.58 0.85 0.48
Hex DA E3 12 4 0 5C B 3F 55 30
Octal 332 343 22 4 0 134 13 77 125 60
Binary 11011010 11100011 10010 100 0 1011100 1011 111111 1010101 110000

Color Harmonies of #DAE312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE312

Black with #DAE312

Text Example


Text Example

White with #DAE312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE312; }

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

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

background-color css

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

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

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

border-color css

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

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

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