Html Css Color HEX #DAE93C Pear

📋 copy color: '#DAE93C'

red 218 ◦ green 233 ◦ blue 60

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

Shades of Pear #DAE93C

Tints of Pear #DAE93C

RGB

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

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

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

R = 42.66%
G = 45.6%
B = 11.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#DAE93C (or 0xDAE93C) is known color: Pear. HEX triplet: DA, E9 and 3C. RGB value is (218,233,60). Sum of RGB (Red+Green+Blue) = 218+233+60=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 233 (91.41% from 255 or 45.60% from 511); Blue value is 60 (23.83% from 255 or 11.74% from 511); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE93C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE93C is #2516C3. Grayscale: #D1D1D1. Windows color (decimal): -2430660 or 3992026. OLE color: 3992026.

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

Color convert

RGB 218 233 60 -
CMYK 0.06 0 0.74 0.09
HSL 65.2º 0.8% 0.57% -
HSV(B) 65.2º 0.74% 0.91% -
XYZ 58.87 73.51 15.36 -
YUV 208.79 44.03 134.57 -
System Red Green Blue C M Y K H S L
Decimal 218 233 60 0.06 0 0.74 0.09 65.2 0.8 0.57
Hex DA E9 3C 6 0 4A 9 41 50 39
Octal 332 351 74 6 0 112 11 101 120 71
Binary 11011010 11101001 111100 110 0 1001010 1001 1000001 1010000 111001

Color Harmonies of #DAE93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE93C

Black with #DAE93C

Text Example


Text Example

White with #DAE93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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