Html Css Color HEX #DAEB3F Pear

📋 copy color: '#DAEB3F'

red 218 ◦ green 235 ◦ blue 63

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

Shades of Pear #DAEB3F

Tints of Pear #DAEB3F

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.54%

 BLUE value IS 63 (25% from 255) = 12.21%

R = 42.25%
G = 45.54%
B = 12.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#DAEB3F (or 0xDAEB3F) is known color: Pear. HEX triplet: DA, EB and 3F. RGB value is (218,235,63). Sum of RGB (Red+Green+Blue) = 218+235+63=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 63 (25% from 255 or 12.21% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEB3F is #2514C0. Grayscale: #D2D2D2. Windows color (decimal): -2430145 or 4189146. OLE color: 4189146.

HSL color Cylindrical-coordinate representation of color #DAEB3F: hue angle of 65.93º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAEB3F is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 235 63 -
CMYK 0.07 0 0.73 0.08
HSL 65.93º 0.81% 0.58% -
HSV(B) 65.93º 0.73% 0.92% -
XYZ 59.52 74.68 15.98 -
YUV 210.31 44.87 133.49 -
System Red Green Blue C M Y K H S L
Decimal 218 235 63 0.07 0 0.73 0.08 65.93 0.81 0.58
Hex DA EB 3F 7 0 49 8 42 51 3A
Octal 332 353 77 7 0 111 10 102 121 72
Binary 11011010 11101011 111111 111 0 1001001 1000 1000010 1010001 111010

Color Harmonies of #DAEB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEB3F

Black with #DAEB3F

Text Example


Text Example

White with #DAEB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEB3F; }

 p { color: rgb(218,235,63); }

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

background-color css

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

 a { background-color: rgb(218,235,63); }

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

border-color css

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

 span { border-color: rgb(218,235,63); }

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