Html Css Color HEX #DCBA42 Old Gold

📋 copy color: '#DCBA42'

red 220 ◦ green 186 ◦ blue 66

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

Shades of Old Gold #DCBA42

Tints of Old Gold #DCBA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.41%

 BLUE value IS 66 (26.17% from 255) = 13.98%

R = 46.61%
G = 39.41%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DCBA42 (or 0xDCBA42) is known color: Old Gold. HEX triplet: DC, BA and 42. RGB value is (220,186,66). Sum of RGB (Red+Green+Blue) = 220+186+66=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA42 is #2345BD. Grayscale: #B7B7B7. Windows color (decimal): -2311614 or 4373212. OLE color: 4373212.

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

Color convert

RGB 220 186 66 -
CMYK 0 0.15 0.7 0.14
HSL 46.75º 0.69% 0.56% -
HSV(B) 46.75º 0.7% 0.86% -
XYZ 48.06 50.73 12.41 -
YUV 182.49 62.26 154.76 -
System Red Green Blue C M Y K H S L
Decimal 220 186 66 0 0.15 0.7 0.14 46.75 0.69 0.56
Hex DC BA 42 0 F 46 E 2F 45 38
Octal 334 272 102 0 17 106 16 57 105 70
Binary 11011100 10111010 1000010 0 1111 1000110 1110 101111 1000101 111000

Color Harmonies of #DCBA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA42

Black with #DCBA42

Text Example


Text Example

White with #DCBA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA42; }

 p { color: rgb(220,186,66); }

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

background-color css

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

 a { background-color: rgb(220,186,66); }

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

border-color css

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

 span { border-color: rgb(220,186,66); }

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