Html Css Color HEX #DAE93B Pear

📋 copy color: '#DAE93B'

red 218 ◦ green 233 ◦ blue 59

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

Shades of Pear #DAE93B

Tints of Pear #DAE93B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.69%

 BLUE value IS 59 (23.44% from 255) = 11.57%

R = 42.75%
G = 45.69%
B = 11.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#DAE93B (or 0xDAE93B) is known color: Pear. HEX triplet: DA, E9 and 3B. RGB value is (218,233,59). Sum of RGB (Red+Green+Blue) = 218+233+59=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 59 (23.44% from 255 or 11.57% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE93B is #2516C4. Grayscale: #D1D1D1. Windows color (decimal): -2430661 or 3926490. OLE color: 3926490.

HSL color Cylindrical-coordinate representation of color #DAE93B: hue angle of 65.17º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAE93B is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 233 59 -
CMYK 0.06 0 0.75 0.09
HSL 65.17º 0.8% 0.57% -
HSV(B) 65.17º 0.75% 0.91% -
XYZ 58.84 73.5 15.22 -
YUV 208.68 43.53 134.65 -
System Red Green Blue C M Y K H S L
Decimal 218 233 59 0.06 0 0.75 0.09 65.17 0.8 0.57
Hex DA E9 3B 6 0 4B 9 41 50 39
Octal 332 351 73 6 0 113 11 101 120 71
Binary 11011010 11101001 111011 110 0 1001011 1001 1000001 1010000 111001

Color Harmonies of #DAE93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE93B

Black with #DAE93B

Text Example


Text Example

White with #DAE93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE93B; }

 p { color: rgb(218,233,59); }

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

background-color css

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

 a { background-color: rgb(218,233,59); }

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

border-color css

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

 span { border-color: rgb(218,233,59); }

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