Html Css Color HEX #DAEE1D Pear

📋 copy color: '#DAEE1D'

red 218 ◦ green 238 ◦ blue 29

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

Shades of Pear #DAEE1D

Tints of Pear #DAEE1D

RGB

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

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

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

R = 44.95%
G = 49.07%
B = 5.98%

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

#DAEE1D (or 0xDAEE1D) is known color: Pear. HEX triplet: DA, EE and 1D. RGB value is (218,238,29). Sum of RGB (Red+Green+Blue) = 218+238+29=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEE1D is #2511E2. Grayscale: #D1D1D1. Windows color (decimal): -2429411 or 1961690. OLE color: 1961690.

HSL color Cylindrical-coordinate representation of color #DAEE1D: hue angle of 65.74º 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 #DAEE1D is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 238 29 -
CMYK 0.08 0 0.88 0.07
HSL 65.74º 0.86% 0.52% -
HSV(B) 65.74º 0.88% 0.93% -
XYZ 59.71 76.14 12.71 -
YUV 208.19 26.87 134.99 -
System Red Green Blue C M Y K H S L
Decimal 218 238 29 0.08 0 0.88 0.07 65.74 0.86 0.52
Hex DA EE 1D 8 0 58 7 42 56 34
Octal 332 356 35 10 0 130 7 102 126 64
Binary 11011010 11101110 11101 1000 0 1011000 111 1000010 1010110 110100

Color Harmonies of #DAEE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEE1D

Black with #DAEE1D

Text Example


Text Example

White with #DAEE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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