Html Css Color HEX #DAE153 Manz

📋 copy color: '#DAE153'

red 218 ◦ green 225 ◦ blue 83

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

Shades of Manz #DAE153

Tints of Manz #DAE153

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.78%

 BLUE value IS 83 (32.81% from 255) = 15.78%

R = 41.44%
G = 42.78%
B = 15.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#DAE153 (or 0xDAE153) is known color: Manz. HEX triplet: DA, E1 and 53. RGB value is (218,225,83). Sum of RGB (Red+Green+Blue) = 218+225+83=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 83 (32.81% from 255 or 15.78% from 526); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE153 is #251EAC. Grayscale: #CFCFCF. Windows color (decimal): -2432685 or 5497306. OLE color: 5497306.

HSL color Cylindrical-coordinate representation of color #DAE153: hue angle of 62.96º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAE153 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 225 83 -
CMYK 0.03 0 0.63 0.12
HSL 62.96º 0.7% 0.6% -
HSV(B) 62.96º 0.63% 0.88% -
XYZ 57.4 69.38 18.55 -
YUV 206.72 58.18 136.05 -
System Red Green Blue C M Y K H S L
Decimal 218 225 83 0.03 0 0.63 0.12 62.96 0.7 0.6
Hex DA E1 53 3 0 3F C 3F 46 3C
Octal 332 341 123 3 0 77 14 77 106 74
Binary 11011010 11100001 1010011 11 0 111111 1100 111111 1000110 111100

Color Harmonies of #DAE153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE153

Black with #DAE153

Text Example


Text Example

White with #DAE153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE153; }

 p { color: rgb(218,225,83); }

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

background-color css

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

 a { background-color: rgb(218,225,83); }

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

border-color css

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

 span { border-color: rgb(218,225,83); }

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