Html Css Color HEX #DAED40 Pear

📋 copy color: '#DAED40'

red 218 ◦ green 237 ◦ blue 64

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

Shades of Pear #DAED40

Tints of Pear #DAED40

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.66%

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

R = 42%
G = 45.66%
B = 12.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#DAED40 (or 0xDAED40) is known color: Pear. HEX triplet: DA, ED and 40. RGB value is (218,237,64). Sum of RGB (Red+Green+Blue) = 218+237+64=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 64 (25.39% from 255 or 12.33% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAED40 is #2512BF. Grayscale: #D4D4D4. Windows color (decimal): -2429632 or 4255194. OLE color: 4255194.

HSL color Cylindrical-coordinate representation of color #DAED40: hue angle of 66.59º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAED40 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 237 64 -
CMYK 0.08 0 0.73 0.07
HSL 66.59º 0.83% 0.59% -
HSV(B) 66.59º 0.73% 0.93% -
XYZ 60.12 75.84 16.32 -
YUV 211.6 44.71 132.57 -
System Red Green Blue C M Y K H S L
Decimal 218 237 64 0.08 0 0.73 0.07 66.59 0.83 0.59
Hex DA ED 40 8 0 49 7 43 53 3B
Octal 332 355 100 10 0 111 7 103 123 73
Binary 11011010 11101101 1000000 1000 0 1001001 111 1000011 1010011 111011

Color Harmonies of #DAED40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAED40

Black with #DAED40

Text Example


Text Example

White with #DAED40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAED40; }

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

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

background-color css

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

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

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

border-color css

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

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

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