Html Css Color HEX #DAE551 Manz

📋 copy color: '#DAE551'

red 218 ◦ green 229 ◦ blue 81

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

Shades of Manz #DAE551

Tints of Manz #DAE551

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.37%

 BLUE value IS 81 (32.03% from 255) = 15.34%

R = 41.29%
G = 43.37%
B = 15.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#DAE551 (or 0xDAE551) is known color: Manz. HEX triplet: DA, E5 and 51. RGB value is (218,229,81). Sum of RGB (Red+Green+Blue) = 218+229+81=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 81 (32.03% from 255 or 15.34% from 528); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE551 is #251AAE. Grayscale: #D1D1D1. Windows color (decimal): -2431663 or 5367258. OLE color: 5367258.

HSL color Cylindrical-coordinate representation of color #DAE551: hue angle of 64.46º degrees, saturation: 0.74, 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 #DAE551 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 229 81 -
CMYK 0.05 0 0.65 0.10
HSL 64.46º 0.74% 0.61% -
HSV(B) 64.46º 0.65% 0.9% -
XYZ 58.42 71.54 18.51 -
YUV 208.84 55.86 134.53 -
System Red Green Blue C M Y K H S L
Decimal 218 229 81 0.05 0 0.65 0.10 64.46 0.74 0.61
Hex DA E5 51 5 0 41 A 40 4A 3D
Octal 332 345 121 5 0 101 12 100 112 75
Binary 11011010 11100101 1010001 101 0 1000001 1010 1000000 1001010 111101

Color Harmonies of #DAE551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE551

Black with #DAE551

Text Example


Text Example

White with #DAE551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE551; }

 p { color: rgb(218,229,81); }

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

background-color css

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

 a { background-color: rgb(218,229,81); }

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

border-color css

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

 span { border-color: rgb(218,229,81); }

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