Html Css Color HEX #DCB93F Old Gold

📋 copy color: '#DCB93F'

red 220 ◦ green 185 ◦ blue 63

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

Shades of Old Gold #DCB93F

Tints of Old Gold #DCB93F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.53%

 BLUE value IS 63 (25% from 255) = 13.46%

R = 47.01%
G = 39.53%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCB93F (or 0xDCB93F) is known color: Old Gold. HEX triplet: DC, B9 and 3F. RGB value is (220,185,63). Sum of RGB (Red+Green+Blue) = 220+185+63=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB93F is #2346C0. Grayscale: #B6B6B6. Windows color (decimal): -2311873 or 4176348. OLE color: 4176348.

HSL color Cylindrical-coordinate representation of color #DCB93F: hue angle of 46.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCB93F is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 185 63 -
CMYK 0 0.16 0.71 0.14
HSL 46.62º 0.69% 0.55% -
HSV(B) 46.62º 0.71% 0.86% -
XYZ 47.76 50.27 11.89 -
YUV 181.56 61.1 155.42 -
System Red Green Blue C M Y K H S L
Decimal 220 185 63 0 0.16 0.71 0.14 46.62 0.69 0.55
Hex DC B9 3F 0 10 47 E 2F 45 37
Octal 334 271 77 0 20 107 16 57 105 67
Binary 11011100 10111001 111111 0 10000 1000111 1110 101111 1000101 110111

Color Harmonies of #DCB93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB93F

Black with #DCB93F

Text Example


Text Example

White with #DCB93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB93F; }

 p { color: rgb(220,185,63); }

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

background-color css

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

 a { background-color: rgb(220,185,63); }

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

border-color css

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

 span { border-color: rgb(220,185,63); }

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