Html Css Color HEX #DAED1E Pear

📋 copy color: '#DAED1E'

red 218 ◦ green 237 ◦ blue 30

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

Shades of Pear #DAED1E

Tints of Pear #DAED1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.19%

R = 44.95%
G = 48.87%
B = 6.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#DAED1E (or 0xDAED1E) is known color: Pear. HEX triplet: DA, ED and 1E. RGB value is (218,237,30). Sum of RGB (Red+Green+Blue) = 218+237+30=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 30 (12.11% from 255 or 6.19% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAED1E is #2512E1. Grayscale: #D0D0D0. Windows color (decimal): -2429666 or 2026970. OLE color: 2026970.

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

Color convert

RGB 218 237 30 -
CMYK 0.08 0 0.87 0.07
HSL 65.51º 0.85% 0.52% -
HSV(B) 65.51º 0.87% 0.93% -
XYZ 59.43 75.57 12.68 -
YUV 207.72 27.71 135.33 -
System Red Green Blue C M Y K H S L
Decimal 218 237 30 0.08 0 0.87 0.07 65.51 0.85 0.52
Hex DA ED 1E 8 0 57 7 42 55 34
Octal 332 355 36 10 0 127 7 102 125 64
Binary 11011010 11101101 11110 1000 0 1010111 111 1000010 1010101 110100

Color Harmonies of #DAED1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAED1E

Black with #DAED1E

Text Example


Text Example

White with #DAED1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAED1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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