Html Css Color HEX #DAD15C Manz

📋 copy color: '#DAD15C'

red 218 ◦ green 209 ◦ blue 92

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

Shades of Manz #DAD15C

Tints of Manz #DAD15C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.27%

 BLUE value IS 92 (36.33% from 255) = 17.73%

R = 42%
G = 40.27%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DAD15C (or 0xDAD15C) is known color: Manz. HEX triplet: DA, D1 and 5C. RGB value is (218,209,92). Sum of RGB (Red+Green+Blue) = 218+209+92=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 92 (36.33% from 255 or 17.73% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD15C is #252EA3. Grayscale: #C6C6C6. Windows color (decimal): -2436772 or 6083034. OLE color: 6083034.

HSL color Cylindrical-coordinate representation of color #DAD15C: hue angle of 55.71º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAD15C is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 209 92 -
CMYK 0 0.04 0.58 0.15
HSL 55.71º 0.63% 0.61% -
HSV(B) 55.71º 0.58% 0.85% -
XYZ 53.65 61.28 19.13 -
YUV 198.35 67.98 142.01 -
System Red Green Blue C M Y K H S L
Decimal 218 209 92 0 0.04 0.58 0.15 55.71 0.63 0.61
Hex DA D1 5C 0 4 3A F 38 3F 3D
Octal 332 321 134 0 4 72 17 70 77 75
Binary 11011010 11010001 1011100 0 100 111010 1111 111000 111111 111101

Color Harmonies of #DAD15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD15C

Black with #DAD15C

Text Example


Text Example

White with #DAD15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD15C; }

 p { color: rgb(218,209,92); }

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

background-color css

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

 a { background-color: rgb(218,209,92); }

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

border-color css

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

 span { border-color: rgb(218,209,92); }

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