Html Css Color HEX #DAD25F Manz

📋 copy color: '#DAD25F'

red 218 ◦ green 210 ◦ blue 95

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

Shades of Manz #DAD25F

Tints of Manz #DAD25F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.15%

 BLUE value IS 95 (37.5% from 255) = 18.16%

R = 41.68%
G = 40.15%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAD25F (or 0xDAD25F) is known color: Manz. HEX triplet: DA, D2 and 5F. RGB value is (218,210,95). Sum of RGB (Red+Green+Blue) = 218+210+95=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 95 (37.5% from 255 or 18.16% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD25F is #252DA0. Grayscale: #C7C7C7. Windows color (decimal): -2436513 or 6279898. OLE color: 6279898.

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

Color convert

RGB 218 210 95 -
CMYK 0 0.04 0.56 0.15
HSL 56.1º 0.62% 0.61% -
HSV(B) 56.1º 0.56% 0.85% -
XYZ 54.03 61.82 19.91 -
YUV 199.28 69.15 141.35 -
System Red Green Blue C M Y K H S L
Decimal 218 210 95 0 0.04 0.56 0.15 56.1 0.62 0.61
Hex DA D2 5F 0 4 38 F 38 3E 3D
Octal 332 322 137 0 4 70 17 70 76 75
Binary 11011010 11010010 1011111 0 100 111000 1111 111000 111110 111101

Color Harmonies of #DAD25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD25F

Black with #DAD25F

Text Example


Text Example

White with #DAD25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD25F; }

 p { color: rgb(218,210,95); }

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

background-color css

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

 a { background-color: rgb(218,210,95); }

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

border-color css

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

 span { border-color: rgb(218,210,95); }

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