Html Css Color HEX #DAB746 Old Gold

📋 copy color: '#DAB746'

red 218 ◦ green 183 ◦ blue 70

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

Shades of Old Gold #DAB746

Tints of Old Gold #DAB746

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.85%

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

R = 46.28%
G = 38.85%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAB746 (or 0xDAB746) is known color: Old Gold. HEX triplet: DA, B7 and 46. RGB value is (218,183,70). Sum of RGB (Red+Green+Blue) = 218+183+70=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB746 is #2548B9. Grayscale: #B5B5B5. Windows color (decimal): -2443450 or 4634586. OLE color: 4634586.

HSL color Cylindrical-coordinate representation of color #DAB746: hue angle of 45.81º 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 #DAB746 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 183 70 -
CMYK 0 0.16 0.68 0.15
HSL 45.81º 0.67% 0.56% -
HSV(B) 45.81º 0.68% 0.85% -
XYZ 46.95 49.21 12.82 -
YUV 180.58 65.6 154.69 -
System Red Green Blue C M Y K H S L
Decimal 218 183 70 0 0.16 0.68 0.15 45.81 0.67 0.56
Hex DA B7 46 0 10 44 F 2E 43 38
Octal 332 267 106 0 20 104 17 56 103 70
Binary 11011010 10110111 1000110 0 10000 1000100 1111 101110 1000011 111000

Color Harmonies of #DAB746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB746

Black with #DAB746

Text Example


Text Example

White with #DAB746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB746; }

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

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

background-color css

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

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

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

border-color css

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

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

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