Html Css Color HEX #DCD450 Manz

📋 copy color: '#DCD450'

red 220 ◦ green 212 ◦ blue 80

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

Shades of Manz #DCD450

Tints of Manz #DCD450

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.41%

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

R = 42.97%
G = 41.41%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCD450 (or 0xDCD450) is known color: Manz. HEX triplet: DC, D4 and 50. RGB value is (220,212,80). Sum of RGB (Red+Green+Blue) = 220+212+80=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD450 is #232BAF. Grayscale: #C7C7C7. Windows color (decimal): -2304944 or 5297372. OLE color: 5297372.

HSL color Cylindrical-coordinate representation of color #DCD450: hue angle of 56.57º 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 #DCD450 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 212 80 -
CMYK 0 0.04 0.64 0.14
HSL 56.57º 0.67% 0.59% -
HSV(B) 56.57º 0.64% 0.86% -
XYZ 54.51 62.88 16.85 -
YUV 199.34 60.65 142.73 -
System Red Green Blue C M Y K H S L
Decimal 220 212 80 0 0.04 0.64 0.14 56.57 0.67 0.59
Hex DC D4 50 0 4 40 E 39 43 3B
Octal 334 324 120 0 4 100 16 71 103 73
Binary 11011100 11010100 1010000 0 100 1000000 1110 111001 1000011 111011

Color Harmonies of #DCD450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD450

Black with #DCD450

Text Example


Text Example

White with #DCD450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD450; }

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

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

background-color css

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

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

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

border-color css

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

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

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