Html Css Color HEX #DAED31 Pear

📋 copy color: '#DAED31'

red 218 ◦ green 237 ◦ blue 49

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

Shades of Pear #DAED31

Tints of Pear #DAED31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.72%

R = 43.25%
G = 47.02%
B = 9.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#DAED31 (or 0xDAED31) is known color: Pear. HEX triplet: DA, ED and 31. RGB value is (218,237,49). Sum of RGB (Red+Green+Blue) = 218+237+49=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 49 (19.53% from 255 or 9.72% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAED31 is #2512CE. Grayscale: #D2D2D2. Windows color (decimal): -2429647 or 3272154. OLE color: 3272154.

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

Color convert

RGB 218 237 49 -
CMYK 0.08 0 0.79 0.07
HSL 66.06º 0.84% 0.56% -
HSV(B) 66.06º 0.79% 0.93% -
XYZ 59.75 75.7 14.37 -
YUV 209.89 37.21 133.79 -
System Red Green Blue C M Y K H S L
Decimal 218 237 49 0.08 0 0.79 0.07 66.06 0.84 0.56
Hex DA ED 31 8 0 4F 7 42 54 38
Octal 332 355 61 10 0 117 7 102 124 70
Binary 11011010 11101101 110001 1000 0 1001111 111 1000010 1010100 111000

Color Harmonies of #DAED31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAED31

Black with #DAED31

Text Example


Text Example

White with #DAED31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAED31; }

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

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

background-color css

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

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

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

border-color css

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

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

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