Html Css Color HEX #DAEB3C Pear

📋 copy color: '#DAEB3C'

red 218 ◦ green 235 ◦ blue 60

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

Shades of Pear #DAEB3C

Tints of Pear #DAEB3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.7%

R = 42.5%
G = 45.81%
B = 11.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#DAEB3C (or 0xDAEB3C) is known color: Pear. HEX triplet: DA, EB and 3C. RGB value is (218,235,60). Sum of RGB (Red+Green+Blue) = 218+235+60=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 60 (23.83% from 255 or 11.70% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEB3C is #2514C3. Grayscale: #D2D2D2. Windows color (decimal): -2430148 or 3992538. OLE color: 3992538.

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

Color convert

RGB 218 235 60 -
CMYK 0.07 0 0.74 0.08
HSL 65.83º 0.81% 0.58% -
HSV(B) 65.83º 0.74% 0.92% -
XYZ 59.44 74.65 15.55 -
YUV 209.97 43.37 133.73 -
System Red Green Blue C M Y K H S L
Decimal 218 235 60 0.07 0 0.74 0.08 65.83 0.81 0.58
Hex DA EB 3C 7 0 4A 8 42 51 3A
Octal 332 353 74 7 0 112 10 102 121 72
Binary 11011010 11101011 111100 111 0 1001010 1000 1000010 1010001 111010

Color Harmonies of #DAEB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEB3C

Black with #DAEB3C

Text Example


Text Example

White with #DAEB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEB3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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