Html Css Color HEX #DCB475 Maize

📋 copy color: '#DCB475'

red 220 ◦ green 180 ◦ blue 117

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

Shades of Maize #DCB475

Tints of Maize #DCB475

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.82%

 BLUE value IS 117 (46.09% from 255) = 22.63%

R = 42.55%
G = 34.82%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCB475 (or 0xDCB475) is known color: Maize. HEX triplet: DC, B4 and 75. RGB value is (220,180,117). Sum of RGB (Red+Green+Blue) = 220+180+117=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB475 is #234B8A. Grayscale: #B9B9B9. Windows color (decimal): -2313099 or 7714012. OLE color: 7714012.

HSL color Cylindrical-coordinate representation of color #DCB475: hue angle of 36.7º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCB475 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 180 117 -
CMYK 0 0.18 0.47 0.14
HSL 36.7º 0.6% 0.66% -
HSV(B) 36.7º 0.47% 0.86% -
XYZ 49.05 49.14 23.73 -
YUV 184.78 89.75 153.12 -
System Red Green Blue C M Y K H S L
Decimal 220 180 117 0 0.18 0.47 0.14 36.7 0.6 0.66
Hex DC B4 75 0 12 2F E 25 3C 42
Octal 334 264 165 0 22 57 16 45 74 102
Binary 11011100 10110100 1110101 0 10010 101111 1110 100101 111100 1000010

Color Harmonies of #DCB475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB475

Black with #DCB475

Text Example


Text Example

White with #DCB475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB475; }

 p { color: rgb(220,180,117); }

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

background-color css

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

 a { background-color: rgb(220,180,117); }

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

border-color css

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

 span { border-color: rgb(220,180,117); }

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