Html Css Color HEX #DCD74F Manz

📋 copy color: '#DCD74F'

red 220 ◦ green 215 ◦ blue 79

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

Shades of Manz #DCD74F

Tints of Manz #DCD74F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.37%

R = 42.8%
G = 41.83%
B = 15.37%

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

#DCD74F (or 0xDCD74F) is known color: Manz. HEX triplet: DC, D7 and 4F. RGB value is (220,215,79). Sum of RGB (Red+Green+Blue) = 220+215+79=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 79 (31.25% from 255 or 15.37% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD74F is #2328B0. Grayscale: #C9C9C9. Windows color (decimal): -2304177 or 5232604. OLE color: 5232604.

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

Color convert

RGB 220 215 79 -
CMYK 0 0.02 0.64 0.14
HSL 57.87º 0.67% 0.59% -
HSV(B) 57.87º 0.64% 0.86% -
XYZ 55.23 64.38 16.91 -
YUV 200.99 59.16 141.56 -
System Red Green Blue C M Y K H S L
Decimal 220 215 79 0 0.02 0.64 0.14 57.87 0.67 0.59
Hex DC D7 4F 0 2 40 E 3A 43 3B
Octal 334 327 117 0 2 100 16 72 103 73
Binary 11011100 11010111 1001111 0 10 1000000 1110 111010 1000011 111011

Color Harmonies of #DCD74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD74F

Black with #DCD74F

Text Example


Text Example

White with #DCD74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD74F; }

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

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

background-color css

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

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

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

border-color css

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

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

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