Html Css Color HEX #DAEE1C Pear

📋 copy color: '#DAEE1C'

red 218 ◦ green 238 ◦ blue 28

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

Shades of Pear #DAEE1C

Tints of Pear #DAEE1C

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.17%

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

R = 45.04%
G = 49.17%
B = 5.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#DAEE1C (or 0xDAEE1C) is known color: Pear. HEX triplet: DA, EE and 1C. RGB value is (218,238,28). Sum of RGB (Red+Green+Blue) = 218+238+28=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 28 (11.33% from 255 or 5.79% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEE1C is #2511E3. Grayscale: #D0D0D0. Windows color (decimal): -2429412 or 1896154. OLE color: 1896154.

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

Color convert

RGB 218 238 28 -
CMYK 0.08 0 0.88 0.07
HSL 65.71º 0.86% 0.52% -
HSV(B) 65.71º 0.88% 0.93% -
XYZ 59.7 76.14 12.65 -
YUV 208.08 26.37 135.08 -
System Red Green Blue C M Y K H S L
Decimal 218 238 28 0.08 0 0.88 0.07 65.71 0.86 0.52
Hex DA EE 1C 8 0 58 7 42 56 34
Octal 332 356 34 10 0 130 7 102 126 64
Binary 11011010 11101110 11100 1000 0 1011000 111 1000010 1010110 110100

Color Harmonies of #DAEE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEE1C

Black with #DAEE1C

Text Example


Text Example

White with #DAEE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEE1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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