Html Css Color HEX #DCBD3C Old Gold

📋 copy color: '#DCBD3C'

red 220 ◦ green 189 ◦ blue 60

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

Shades of Old Gold #DCBD3C

Tints of Old Gold #DCBD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.79%

R = 46.91%
G = 40.3%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DCBD3C (or 0xDCBD3C) is known color: Old Gold. HEX triplet: DC, BD and 3C. RGB value is (220,189,60). Sum of RGB (Red+Green+Blue) = 220+189+60=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD3C is #2342C3. Grayscale: #B8B8B8. Windows color (decimal): -2310852 or 3980764. OLE color: 3980764.

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

Color convert

RGB 220 189 60 -
CMYK 0 0.14 0.73 0.14
HSL 48.38º 0.7% 0.55% -
HSV(B) 48.38º 0.73% 0.86% -
XYZ 48.53 51.94 11.74 -
YUV 183.56 58.27 153.99 -
System Red Green Blue C M Y K H S L
Decimal 220 189 60 0 0.14 0.73 0.14 48.38 0.7 0.55
Hex DC BD 3C 0 E 49 E 30 46 37
Octal 334 275 74 0 16 111 16 60 106 67
Binary 11011100 10111101 111100 0 1110 1001001 1110 110000 1000110 110111

Color Harmonies of #DCBD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD3C

Black with #DCBD3C

Text Example


Text Example

White with #DCBD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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