Html Css Color HEX #DCD750 Manz

📋 copy color: '#DCD750'

red 220 ◦ green 215 ◦ blue 80

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

Shades of Manz #DCD750

Tints of Manz #DCD750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.53%

R = 42.72%
G = 41.75%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCD750 (or 0xDCD750) is known color: Manz. HEX triplet: DC, D7 and 50. RGB value is (220,215,80). Sum of RGB (Red+Green+Blue) = 220+215+80=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD750 is #2328AF. Grayscale: #C9C9C9. Windows color (decimal): -2304176 or 5298140. OLE color: 5298140.

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

Color convert

RGB 220 215 80 -
CMYK 0 0.02 0.64 0.14
HSL 57.86º 0.67% 0.59% -
HSV(B) 57.86º 0.64% 0.86% -
XYZ 55.26 64.4 17.11 -
YUV 201.11 59.66 141.48 -
System Red Green Blue C M Y K H S L
Decimal 220 215 80 0 0.02 0.64 0.14 57.86 0.67 0.59
Hex DC D7 50 0 2 40 E 3A 43 3B
Octal 334 327 120 0 2 100 16 72 103 73
Binary 11011100 11010111 1010000 0 10 1000000 1110 111010 1000011 111011

Color Harmonies of #DCD750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD750

Black with #DCD750

Text Example


Text Example

White with #DCD750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD750; }

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

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

background-color css

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

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

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

border-color css

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

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

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