Html Css Color HEX #DCBD3A Old Gold

📋 copy color: '#DCBD3A'

red 220 ◦ green 189 ◦ blue 58

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

Shades of Old Gold #DCBD3A

Tints of Old Gold #DCBD3A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.47%

 BLUE value IS 58 (23.05% from 255) = 12.42%

R = 47.11%
G = 40.47%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCBD3A (or 0xDCBD3A) is known color: Old Gold. HEX triplet: DC, BD and 3A. RGB value is (220,189,58). Sum of RGB (Red+Green+Blue) = 220+189+58=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 58 (23.05% from 255 or 12.42% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD3A is #2342C5. Grayscale: #B7B7B7. Windows color (decimal): -2310854 or 3849692. OLE color: 3849692.

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

Color convert

RGB 220 189 58 -
CMYK 0 0.14 0.74 0.14
HSL 48.52º 0.7% 0.55% -
HSV(B) 48.52º 0.74% 0.86% -
XYZ 48.48 51.92 11.47 -
YUV 183.34 57.27 154.15 -
System Red Green Blue C M Y K H S L
Decimal 220 189 58 0 0.14 0.74 0.14 48.52 0.7 0.55
Hex DC BD 3A 0 E 4A E 31 46 37
Octal 334 275 72 0 16 112 16 61 106 67
Binary 11011100 10111101 111010 0 1110 1001010 1110 110001 1000110 110111

Color Harmonies of #DCBD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD3A

Black with #DCBD3A

Text Example


Text Example

White with #DCBD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD3A; }

 p { color: rgb(220,189,58); }

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

background-color css

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

 a { background-color: rgb(220,189,58); }

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

border-color css

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

 span { border-color: rgb(220,189,58); }

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