Html Css Color HEX #DCB678 Maize

📋 copy color: '#DCB678'

red 220 ◦ green 182 ◦ blue 120

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

Shades of Maize #DCB678

Tints of Maize #DCB678

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.87%

 BLUE value IS 120 (47.27% from 255) = 22.99%

R = 42.15%
G = 34.87%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCB678 (or 0xDCB678) is known color: Maize. HEX triplet: DC, B6 and 78. RGB value is (220,182,120). Sum of RGB (Red+Green+Blue) = 220+182+120=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB678 is #234987. Grayscale: #BABABA. Windows color (decimal): -2312584 or 7911132. OLE color: 7911132.

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

Color convert

RGB 220 182 120 -
CMYK 0 0.17 0.45 0.14
HSL 37.2º 0.59% 0.67% -
HSV(B) 37.2º 0.45% 0.86% -
XYZ 49.63 50.03 24.81 -
YUV 186.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 220 182 120 0 0.17 0.45 0.14 37.2 0.59 0.67
Hex DC B6 78 0 11 2D E 25 3B 43
Octal 334 266 170 0 21 55 16 45 73 103
Binary 11011100 10110110 1111000 0 10001 101101 1110 100101 111011 1000011

Color Harmonies of #DCB678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB678

Black with #DCB678

Text Example


Text Example

White with #DCB678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB678; }

 p { color: rgb(220,182,120); }

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

background-color css

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

 a { background-color: rgb(220,182,120); }

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

border-color css

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

 span { border-color: rgb(220,182,120); }

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