Html Css Color HEX #DAE11C Pear

📋 copy color: '#DAE11C'

red 218 ◦ green 225 ◦ blue 28

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

Shades of Pear #DAE11C

Tints of Pear #DAE11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.94%

R = 46.28%
G = 47.77%
B = 5.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#DAE11C (or 0xDAE11C) is known color: Pear. HEX triplet: DA, E1 and 1C. RGB value is (218,225,28). Sum of RGB (Red+Green+Blue) = 218+225+28=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 28 (11.33% from 255 or 5.94% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE11C is #251EE3. Grayscale: #C9C9C9. Windows color (decimal): -2432740 or 1892826. OLE color: 1892826.

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

Color convert

RGB 218 225 28 -
CMYK 0.03 0 0.88 0.12
HSL 62.13º 0.78% 0.5% -
HSV(B) 62.13º 0.88% 0.88% -
XYZ 56.05 68.84 11.43 -
YUV 200.45 30.68 140.52 -
System Red Green Blue C M Y K H S L
Decimal 218 225 28 0.03 0 0.88 0.12 62.13 0.78 0.5
Hex DA E1 1C 3 0 58 C 3E 4E 32
Octal 332 341 34 3 0 130 14 76 116 62
Binary 11011010 11100001 11100 11 0 1011000 1100 111110 1001110 110010

Color Harmonies of #DAE11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE11C

Black with #DAE11C

Text Example


Text Example

White with #DAE11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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