Html Css Color HEX #DCB375 Maize

📋 copy color: '#DCB375'

red 220 ◦ green 179 ◦ blue 117

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

Shades of Maize #DCB375

Tints of Maize #DCB375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.69%

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

R = 42.64%
G = 34.69%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCB375 (or 0xDCB375) is known color: Maize. HEX triplet: DC, B3 and 75. RGB value is (220,179,117). Sum of RGB (Red+Green+Blue) = 220+179+117=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB375 is #234C8A. Grayscale: #B8B8B8. Windows color (decimal): -2313355 or 7713756. OLE color: 7713756.

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

Color convert

RGB 220 179 117 -
CMYK 0 0.19 0.47 0.14
HSL 36.12º 0.6% 0.66% -
HSV(B) 36.12º 0.47% 0.86% -
XYZ 48.85 48.74 23.66 -
YUV 184.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 220 179 117 0 0.19 0.47 0.14 36.12 0.6 0.66
Hex DC B3 75 0 13 2F E 24 3C 42
Octal 334 263 165 0 23 57 16 44 74 102
Binary 11011100 10110011 1110101 0 10011 101111 1110 100100 111100 1000010

Color Harmonies of #DCB375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB375

Black with #DCB375

Text Example


Text Example

White with #DCB375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB375; }

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

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

background-color css

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

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

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

border-color css

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

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

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