Html Css Color HEX #DAE11D Pear

📋 copy color: '#DAE11D'

red 218 ◦ green 225 ◦ blue 29

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

Shades of Pear #DAE11D

Tints of Pear #DAE11D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.67%

 BLUE value IS 29 (11.72% from 255) = 6.14%

R = 46.19%
G = 47.67%
B = 6.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#DAE11D (or 0xDAE11D) is known color: Pear. HEX triplet: DA, E1 and 1D. RGB value is (218,225,29). Sum of RGB (Red+Green+Blue) = 218+225+29=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 29 (11.72% from 255 or 6.14% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE11D is #251EE2. Grayscale: #C9C9C9. Windows color (decimal): -2432739 or 1958362. OLE color: 1958362.

HSL color Cylindrical-coordinate representation of color #DAE11D: hue angle of 62.14º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAE11D is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 225 29 -
CMYK 0.03 0 0.87 0.12
HSL 62.14º 0.77% 0.5% -
HSV(B) 62.14º 0.87% 0.88% -
XYZ 56.06 68.84 11.5 -
YUV 200.56 31.18 140.44 -
System Red Green Blue C M Y K H S L
Decimal 218 225 29 0.03 0 0.87 0.12 62.14 0.77 0.5
Hex DA E1 1D 3 0 57 C 3E 4D 32
Octal 332 341 35 3 0 127 14 76 115 62
Binary 11011010 11100001 11101 11 0 1010111 1100 111110 1001101 110010

Color Harmonies of #DAE11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE11D

Black with #DAE11D

Text Example


Text Example

White with #DAE11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE11D; }

 p { color: rgb(218,225,29); }

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

background-color css

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

 a { background-color: rgb(218,225,29); }

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

border-color css

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

 span { border-color: rgb(218,225,29); }

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