Html Css Color HEX #DCD75F Manz

📋 copy color: '#DCD75F'

red 220 ◦ green 215 ◦ blue 95

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

Shades of Manz #DCD75F

Tints of Manz #DCD75F

RGB

 RED value IS 220 (86.33% from 255) = 41.51%

 GREEN value IS 215 (84.38% from 255) = 40.57%

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

R = 41.51%
G = 40.57%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DCD75F (or 0xDCD75F) is known color: Manz. HEX triplet: DC, D7 and 5F. RGB value is (220,215,95). Sum of RGB (Red+Green+Blue) = 220+215+95=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 95 (37.5% from 255 or 17.92% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD75F is #2328A0. Grayscale: #CBCBCB. Windows color (decimal): -2304161 or 6281180. OLE color: 6281180.

HSL color Cylindrical-coordinate representation of color #DCD75F: hue angle of 57.6º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCD75F is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 215 95 -
CMYK 0 0.02 0.57 0.14
HSL 57.6º 0.64% 0.62% -
HSV(B) 57.6º 0.57% 0.86% -
XYZ 55.88 64.64 20.36 -
YUV 202.82 67.16 140.26 -
System Red Green Blue C M Y K H S L
Decimal 220 215 95 0 0.02 0.57 0.14 57.6 0.64 0.62
Hex DC D7 5F 0 2 39 E 3A 40 3E
Octal 334 327 137 0 2 71 16 72 100 76
Binary 11011100 11010111 1011111 0 10 111001 1110 111010 1000000 111110

Color Harmonies of #DCD75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD75F

Black with #DCD75F

Text Example


Text Example

White with #DCD75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD75F; }

 p { color: rgb(220,215,95); }

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

background-color css

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

 a { background-color: rgb(220,215,95); }

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

border-color css

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

 span { border-color: rgb(220,215,95); }

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