Html Css Color HEX #DCBD3E Old Gold

📋 copy color: '#DCBD3E'

red 220 ◦ green 189 ◦ blue 62

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

Shades of Old Gold #DCBD3E

Tints of Old Gold #DCBD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.16%

R = 46.71%
G = 40.13%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DCBD3E (or 0xDCBD3E) is known color: Old Gold. HEX triplet: DC, BD and 3E. RGB value is (220,189,62). Sum of RGB (Red+Green+Blue) = 220+189+62=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 62 (24.61% from 255 or 13.16% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD3E is #2342C1. Grayscale: #B8B8B8. Windows color (decimal): -2310850 or 4111836. OLE color: 4111836.

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

Color convert

RGB 220 189 62 -
CMYK 0 0.14 0.72 0.14
HSL 48.23º 0.69% 0.55% -
HSV(B) 48.23º 0.72% 0.86% -
XYZ 48.58 51.96 12.03 -
YUV 183.79 59.27 153.83 -
System Red Green Blue C M Y K H S L
Decimal 220 189 62 0 0.14 0.72 0.14 48.23 0.69 0.55
Hex DC BD 3E 0 E 48 E 30 45 37
Octal 334 275 76 0 16 110 16 60 105 67
Binary 11011100 10111101 111110 0 1110 1001000 1110 110000 1000101 110111

Color Harmonies of #DCBD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD3E

Black with #DCBD3E

Text Example


Text Example

White with #DCBD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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