Html Css Color HEX #DAE332 Pear

📋 copy color: '#DAE332'

red 218 ◦ green 227 ◦ blue 50

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

Shades of Pear #DAE332

Tints of Pear #DAE332

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.86%

 BLUE value IS 50 (19.92% from 255) = 10.1%

R = 44.04%
G = 45.86%
B = 10.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#DAE332 (or 0xDAE332) is known color: Pear. HEX triplet: DA, E3 and 32. RGB value is (218,227,50). Sum of RGB (Red+Green+Blue) = 218+227+50=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE332 is #251CCD. Grayscale: #CCCCCC. Windows color (decimal): -2432206 or 3335130. OLE color: 3335130.

HSL color Cylindrical-coordinate representation of color #DAE332: hue angle of 63.05º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAE332 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 227 50 -
CMYK 0.04 0 0.78 0.11
HSL 63.05º 0.76% 0.54% -
HSV(B) 63.05º 0.78% 0.89% -
XYZ 56.96 70.07 13.54 -
YUV 204.13 41.02 137.89 -
System Red Green Blue C M Y K H S L
Decimal 218 227 50 0.04 0 0.78 0.11 63.05 0.76 0.54
Hex DA E3 32 4 0 4E B 3F 4C 36
Octal 332 343 62 4 0 116 13 77 114 66
Binary 11011010 11100011 110010 100 0 1001110 1011 111111 1001100 110110

Color Harmonies of #DAE332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE332

Black with #DAE332

Text Example


Text Example

White with #DAE332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE332; }

 p { color: rgb(218,227,50); }

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

background-color css

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

 a { background-color: rgb(218,227,50); }

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

border-color css

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

 span { border-color: rgb(218,227,50); }

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