Html Css Color HEX #DCBD37 Old Gold

📋 copy color: '#DCBD37'

red 220 ◦ green 189 ◦ blue 55

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

Shades of Old Gold #DCBD37

Tints of Old Gold #DCBD37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.85%

R = 47.41%
G = 40.73%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCBD37 (or 0xDCBD37) is known color: Old Gold. HEX triplet: DC, BD and 37. RGB value is (220,189,55). Sum of RGB (Red+Green+Blue) = 220+189+55=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 55 (21.88% from 255 or 11.85% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD37 is #2342C8. Grayscale: #B7B7B7. Windows color (decimal): -2310857 or 3653084. OLE color: 3653084.

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

Color convert

RGB 220 189 55 -
CMYK 0 0.14 0.75 0.14
HSL 48.73º 0.7% 0.54% -
HSV(B) 48.73º 0.75% 0.86% -
XYZ 48.4 51.89 11.08 -
YUV 182.99 55.77 154.4 -
System Red Green Blue C M Y K H S L
Decimal 220 189 55 0 0.14 0.75 0.14 48.73 0.7 0.54
Hex DC BD 37 0 E 4B E 31 46 36
Octal 334 275 67 0 16 113 16 61 106 66
Binary 11011100 10111101 110111 0 1110 1001011 1110 110001 1000110 110110

Color Harmonies of #DCBD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD37

Black with #DCBD37

Text Example


Text Example

White with #DCBD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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