#DAE834

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

Shades of Pear #DAE834

Tints of Pear #DAE834

Color information

#DAE834 (or 0xDAE834) is unknown color: approx Pear. HEX triplet: DA, E8 and 34. RGB value is (218,232,52). Sum of RGB (Red+Green+Blue) = 218+232+52=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 232 (91.02% from 255 or 46.22% from 502); Blue value is 52 (20.70% from 255 or 10.36% from 502); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE834 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE834 is #2517CB. Grayscale: #CFCFCF. Windows color (decimal): -2430924 or 3467482. OLE color: 3467482.

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

Color convert

RGB21823252-
CMYK0.0600.780.09
HSL64.67º79.65%55.69%-
HSV(B)64.67º77.59%90.98%-
XYZ58.3972.8714.24-
YUV207.2940.36135.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.43%
GREEN value IS 232 (91.02% from 255) = 46.22%
BLUE value IS 52 (20.70% from 255) = 10.36%
R=43.43%
G=46.22%
B=10.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal218232520.0600.780.0964.6779.6555.69
HexDAE834604E9415038
Octal33235064601161110112070
Binary110110101110100011010011001001110100110000011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE834; }

 p { color: rgb(218,232,52); }

 H1.HeaderClassName
 {
   color: #DAE834;
 }
 .AnyTagClassName
 {
   color: #DAE834;
 }
</style>
background-color css

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

 a { background-color: rgb(218,232,52); }

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

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

 span { border-color: rgb(218,232,52); }

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