Html Css Color HEX #DABA46 Old Gold

📋 copy color: '#DABA46'

red 218 ◦ green 186 ◦ blue 70

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

Shades of Old Gold #DABA46

Tints of Old Gold #DABA46

RGB

 RED value IS 218 (85.55% from 255) = 45.99%

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

 BLUE value IS 70 (27.73% from 255) = 14.77%

R = 45.99%
G = 39.24%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DABA46 (or 0xDABA46) is known color: Old Gold. HEX triplet: DA, BA and 46. RGB value is (218,186,70). Sum of RGB (Red+Green+Blue) = 218+186+70=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA46 is #2545B9. Grayscale: #B6B6B6. Windows color (decimal): -2442682 or 4635354. OLE color: 4635354.

HSL color Cylindrical-coordinate representation of color #DABA46: hue angle of 47.03º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DABA46 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 186 70 -
CMYK 0 0.15 0.68 0.15
HSL 47.03º 0.67% 0.56% -
HSV(B) 47.03º 0.68% 0.85% -
XYZ 47.58 50.47 13.03 -
YUV 182.34 64.6 153.43 -
System Red Green Blue C M Y K H S L
Decimal 218 186 70 0 0.15 0.68 0.15 47.03 0.67 0.56
Hex DA BA 46 0 F 44 F 2F 43 38
Octal 332 272 106 0 17 104 17 57 103 70
Binary 11011010 10111010 1000110 0 1111 1000100 1111 101111 1000011 111000

Color Harmonies of #DABA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA46

Black with #DABA46

Text Example


Text Example

White with #DABA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA46; }

 p { color: rgb(218,186,70); }

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

background-color css

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

 a { background-color: rgb(218,186,70); }

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

border-color css

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

 span { border-color: rgb(218,186,70); }

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