Html Css Color HEX #DCBA43 Old Gold

📋 copy color: '#DCBA43'

red 220 ◦ green 186 ◦ blue 67

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

Shades of Old Gold #DCBA43

Tints of Old Gold #DCBA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.16%

R = 46.51%
G = 39.32%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCBA43 (or 0xDCBA43) is known color: Old Gold. HEX triplet: DC, BA and 43. RGB value is (220,186,67). Sum of RGB (Red+Green+Blue) = 220+186+67=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 67 (26.56% from 255 or 14.16% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA43 is #2345BC. Grayscale: #B7B7B7. Windows color (decimal): -2311613 or 4438748. OLE color: 4438748.

HSL color Cylindrical-coordinate representation of color #DCBA43: hue angle of 46.67º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCBA43 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 186 67 -
CMYK 0 0.15 0.70 0.14
HSL 46.67º 0.69% 0.56% -
HSV(B) 46.67º 0.7% 0.86% -
XYZ 48.09 50.74 12.57 -
YUV 182.6 62.76 154.68 -
System Red Green Blue C M Y K H S L
Decimal 220 186 67 0 0.15 0.70 0.14 46.67 0.69 0.56
Hex DC BA 43 0 F 46 E 2F 45 38
Octal 334 272 103 0 17 106 16 57 105 70
Binary 11011100 10111010 1000011 0 1111 1000110 1110 101111 1000101 111000

Color Harmonies of #DCBA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA43

Black with #DCBA43

Text Example


Text Example

White with #DCBA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA43; }

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

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

background-color css

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

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

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

border-color css

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

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

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