Html Css Color HEX #DAED42 Pear

📋 copy color: '#DAED42'

red 218 ◦ green 237 ◦ blue 66

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

Shades of Pear #DAED42

Tints of Pear #DAED42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.67%

R = 41.84%
G = 45.49%
B = 12.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#DAED42 (or 0xDAED42) is known color: Pear. HEX triplet: DA, ED and 42. RGB value is (218,237,66). Sum of RGB (Red+Green+Blue) = 218+237+66=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 66 (26.17% from 255 or 12.67% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAED42 is #2512BD. Grayscale: #D4D4D4. Windows color (decimal): -2429630 or 4386266. OLE color: 4386266.

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

Color convert

RGB 218 237 66 -
CMYK 0.08 0 0.72 0.07
HSL 66.67º 0.83% 0.59% -
HSV(B) 66.67º 0.72% 0.93% -
XYZ 60.18 75.87 16.63 -
YUV 211.83 45.71 132.4 -
System Red Green Blue C M Y K H S L
Decimal 218 237 66 0.08 0 0.72 0.07 66.67 0.83 0.59
Hex DA ED 42 8 0 48 7 43 53 3B
Octal 332 355 102 10 0 110 7 103 123 73
Binary 11011010 11101101 1000010 1000 0 1001000 111 1000011 1010011 111011

Color Harmonies of #DAED42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAED42

Black with #DAED42

Text Example


Text Example

White with #DAED42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAED42; }

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

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

background-color css

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

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

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

border-color css

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

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

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