Html Css Color HEX #DCD75D Manz

📋 copy color: '#DCD75D'

red 220 ◦ green 215 ◦ blue 93

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

Shades of Manz #DCD75D

Tints of Manz #DCD75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.61%

R = 41.67%
G = 40.72%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCD75D (or 0xDCD75D) is known color: Manz. HEX triplet: DC, D7 and 5D. RGB value is (220,215,93). Sum of RGB (Red+Green+Blue) = 220+215+93=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 93 (36.72% from 255 or 17.61% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD75D is #2328A2. Grayscale: #CBCBCB. Windows color (decimal): -2304163 or 6150108. OLE color: 6150108.

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

Color convert

RGB 220 215 93 -
CMYK 0 0.02 0.58 0.14
HSL 57.64º 0.64% 0.61% -
HSV(B) 57.64º 0.58% 0.86% -
XYZ 55.79 64.61 19.89 -
YUV 202.59 66.16 140.42 -
System Red Green Blue C M Y K H S L
Decimal 220 215 93 0 0.02 0.58 0.14 57.64 0.64 0.61
Hex DC D7 5D 0 2 3A E 3A 40 3D
Octal 334 327 135 0 2 72 16 72 100 75
Binary 11011100 11010111 1011101 0 10 111010 1110 111010 1000000 111101

Color Harmonies of #DCD75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD75D

Black with #DCD75D

Text Example


Text Example

White with #DCD75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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