Html Css Color HEX #DAE81F Pear

📋 copy color: '#DAE81F'

red 218 ◦ green 232 ◦ blue 31

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

Shades of Pear #DAE81F

Tints of Pear #DAE81F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.23%

 BLUE value IS 31 (12.5% from 255) = 6.44%

R = 45.32%
G = 48.23%
B = 6.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#DAE81F (or 0xDAE81F) is known color: Pear. HEX triplet: DA, E8 and 1F. RGB value is (218,232,31). Sum of RGB (Red+Green+Blue) = 218+232+31=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 232 (91.02% from 255 or 48.23% from 481); Blue value is 31 (12.5% from 255 or 6.44% from 481); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE81F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE81F is #2517E0. Grayscale: #CDCDCD. Windows color (decimal): -2430945 or 2091226. OLE color: 2091226.

HSL color Cylindrical-coordinate representation of color #DAE81F: hue angle of 64.18º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAE81F is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 232 31 -
CMYK 0.06 0 0.87 0.09
HSL 64.18º 0.81% 0.52% -
HSV(B) 64.18º 0.87% 0.91% -
XYZ 58.02 72.72 12.27 -
YUV 204.9 29.86 137.34 -
System Red Green Blue C M Y K H S L
Decimal 218 232 31 0.06 0 0.87 0.09 64.18 0.81 0.52
Hex DA E8 1F 6 0 57 9 40 51 34
Octal 332 350 37 6 0 127 11 100 121 64
Binary 11011010 11101000 11111 110 0 1010111 1001 1000000 1010001 110100

Color Harmonies of #DAE81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE81F

Black with #DAE81F

Text Example


Text Example

White with #DAE81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE81F; }

 p { color: rgb(218,232,31); }

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

background-color css

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

 a { background-color: rgb(218,232,31); }

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

border-color css

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

 span { border-color: rgb(218,232,31); }

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