Html Css Color HEX #DCBA68 Equator

📋 copy color: '#DCBA68'

red 220 ◦ green 186 ◦ blue 104

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

Shades of Equator #DCBA68

Tints of Equator #DCBA68

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.47%

 BLUE value IS 104 (41.02% from 255) = 20.39%

R = 43.14%
G = 36.47%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCBA68 (or 0xDCBA68) is known color: Equator. HEX triplet: DC, BA and 68. RGB value is (220,186,104). Sum of RGB (Red+Green+Blue) = 220+186+104=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA68 is #234597. Grayscale: #BBBBBB. Windows color (decimal): -2311576 or 6863580. OLE color: 6863580.

HSL color Cylindrical-coordinate representation of color #DCBA68: hue angle of 42.41º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCBA68 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 186 104 -
CMYK 0 0.15 0.53 0.14
HSL 42.41º 0.62% 0.64% -
HSV(B) 42.41º 0.53% 0.86% -
XYZ 49.57 51.33 20.39 -
YUV 186.82 81.26 151.67 -
System Red Green Blue C M Y K H S L
Decimal 220 186 104 0 0.15 0.53 0.14 42.41 0.62 0.64
Hex DC BA 68 0 F 35 E 2A 3E 40
Octal 334 272 150 0 17 65 16 52 76 100
Binary 11011100 10111010 1101000 0 1111 110101 1110 101010 111110 1000000

Color Harmonies of #DCBA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA68

Black with #DCBA68

Text Example


Text Example

White with #DCBA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA68; }

 p { color: rgb(220,186,104); }

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

background-color css

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

 a { background-color: rgb(220,186,104); }

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

border-color css

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

 span { border-color: rgb(220,186,104); }

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