Html Css Color HEX #DCB46D Equator

📋 copy color: '#DCB46D'

red 220 ◦ green 180 ◦ blue 109

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

Shades of Equator #DCB46D

Tints of Equator #DCB46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.41%

R = 43.22%
G = 35.36%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCB46D (or 0xDCB46D) is known color: Equator. HEX triplet: DC, B4 and 6D. RGB value is (220,180,109). Sum of RGB (Red+Green+Blue) = 220+180+109=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB46D is #234B92. Grayscale: #B8B8B8. Windows color (decimal): -2313107 or 7189724. OLE color: 7189724.

HSL color Cylindrical-coordinate representation of color #DCB46D: hue angle of 38.38º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCB46D is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 180 109 -
CMYK 0 0.18 0.50 0.14
HSL 38.38º 0.61% 0.65% -
HSV(B) 38.38º 0.5% 0.86% -
XYZ 48.6 48.96 21.36 -
YUV 183.87 85.75 153.77 -
System Red Green Blue C M Y K H S L
Decimal 220 180 109 0 0.18 0.50 0.14 38.38 0.61 0.65
Hex DC B4 6D 0 12 32 E 26 3D 41
Octal 334 264 155 0 22 62 16 46 75 101
Binary 11011100 10110100 1101101 0 10010 110010 1110 100110 111101 1000001

Color Harmonies of #DCB46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB46D

Black with #DCB46D

Text Example


Text Example

White with #DCB46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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