#DAE650

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

Shades of Manz #DAE650

Tints of Manz #DAE650

Color information

#DAE650 (or 0xDAE650) is unknown color: approx Manz. HEX triplet: DA, E6 and 50. RGB value is (218,230,80). Sum of RGB (Red+Green+Blue) = 218+230+80=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 230 (90.23% from 255 or 43.56% from 528); Blue value is 80 (31.64% from 255 or 15.15% from 528); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE650 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE650 is #2519AF. Grayscale: #D1D1D1. Windows color (decimal): -2431408 or 5301978. OLE color: 5301978.

HSL color Cylindrical-coordinate representation of color #DAE650: hue angle of 64.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAE650 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB21823080-
CMYK0.0500.650.10
HSL64.8º75%60.78%-
HSV(B)64.8º65.22%90.2%-
XYZ58.6672.0818.41-
YUV209.3155.02134.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.29%
GREEN value IS 230 (90.23% from 255) = 43.56%
BLUE value IS 80 (31.64% from 255) = 15.15%
R=41.29%
G=43.56%
B=15.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal218230800.0500.650.1064.87560.78
HexDAE6505041A414b3d
Octal332346120501011210111375
Binary1101101011100110101000010101000001101010000011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE650; }

 p { color: rgb(218,230,80); }

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

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

 a { background-color: rgb(218,230,80); }

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

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

 span { border-color: rgb(218,230,80); }

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