Html Css Color HEX #DAE940 Pear

📋 copy color: '#DAE940'

red 218 ◦ green 233 ◦ blue 64

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

Shades of Pear #DAE940

Tints of Pear #DAE940

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.24%

 BLUE value IS 64 (25.39% from 255) = 12.43%

R = 42.33%
G = 45.24%
B = 12.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#DAE940 (or 0xDAE940) is known color: Pear. HEX triplet: DA, E9 and 40. RGB value is (218,233,64). Sum of RGB (Red+Green+Blue) = 218+233+64=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 64 (25.39% from 255 or 12.43% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE940 is #2516BF. Grayscale: #D1D1D1. Windows color (decimal): -2430656 or 4254170. OLE color: 4254170.

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

Color convert

RGB 218 233 64 -
CMYK 0.06 0 0.73 0.09
HSL 65.33º 0.79% 0.58% -
HSV(B) 65.33º 0.73% 0.91% -
XYZ 58.98 73.55 15.94 -
YUV 209.25 46.03 134.24 -
System Red Green Blue C M Y K H S L
Decimal 218 233 64 0.06 0 0.73 0.09 65.33 0.79 0.58
Hex DA E9 40 6 0 49 9 41 4F 3A
Octal 332 351 100 6 0 111 11 101 117 72
Binary 11011010 11101001 1000000 110 0 1001001 1001 1000001 1001111 111010

Color Harmonies of #DAE940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE940

Black with #DAE940

Text Example


Text Example

White with #DAE940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE940; }

 p { color: rgb(218,233,64); }

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

background-color css

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

 a { background-color: rgb(218,233,64); }

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

border-color css

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

 span { border-color: rgb(218,233,64); }

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