Html Css Color HEX #DCD54D Manz

📋 copy color: '#DCD54D'

red 220 ◦ green 213 ◦ blue 77

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

Shades of Manz #DCD54D

Tints of Manz #DCD54D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.76%

 BLUE value IS 77 (30.47% from 255) = 15.1%

R = 43.14%
G = 41.76%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCD54D (or 0xDCD54D) is known color: Manz. HEX triplet: DC, D5 and 4D. RGB value is (220,213,77). Sum of RGB (Red+Green+Blue) = 220+213+77=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 77 (30.47% from 255 or 15.10% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD54D is #232AB2. Grayscale: #C8C8C8. Windows color (decimal): -2304691 or 5101020. OLE color: 5101020.

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

Color convert

RGB 220 213 77 -
CMYK 0 0.03 0.65 0.14
HSL 57.06º 0.67% 0.58% -
HSV(B) 57.06º 0.65% 0.86% -
XYZ 54.65 63.34 16.37 -
YUV 199.59 58.82 142.56 -
System Red Green Blue C M Y K H S L
Decimal 220 213 77 0 0.03 0.65 0.14 57.06 0.67 0.58
Hex DC D5 4D 0 3 41 E 39 43 3A
Octal 334 325 115 0 3 101 16 71 103 72
Binary 11011100 11010101 1001101 0 11 1000001 1110 111001 1000011 111010

Color Harmonies of #DCD54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD54D

Black with #DCD54D

Text Example


Text Example

White with #DCD54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD54D; }

 p { color: rgb(220,213,77); }

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

background-color css

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

 a { background-color: rgb(220,213,77); }

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

border-color css

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

 span { border-color: rgb(220,213,77); }

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