#DAE332

Color #DAE332 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #DAE332

Tints of Pear #DAE332

Color information

#DAE332 (or 0xDAE332) is unknown color: approx 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

RGB21822750-
CMYK0.0400.780.11
HSL63.05º75.97%54.31%-
HSV(B)63.05º77.97%89.02%-
XYZ56.9670.0713.54-
YUV204.1341.02137.89-

RGB Variations

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

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.10%
R=44.04%
G=45.86%
B=10.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal218227500.0400.780.1163.0575.9754.31
HexDAE332404EB3f4c36
Octal3323436240116137711466
Binary11011010111000111100101000100111010111111111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>