Html Css Color HEX #DAB647 Old Gold

📋 copy color: '#DAB647'

red 218 ◦ green 182 ◦ blue 71

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

Shades of Old Gold #DAB647

Tints of Old Gold #DAB647

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.64%

 BLUE value IS 71 (28.13% from 255) = 15.07%

R = 46.28%
G = 38.64%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAB647 (or 0xDAB647) is known color: Old Gold. HEX triplet: DA, B6 and 47. RGB value is (218,182,71). Sum of RGB (Red+Green+Blue) = 218+182+71=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 71 (28.12% from 255 or 15.07% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB647 is #2549B8. Grayscale: #B4B4B4. Windows color (decimal): -2443705 or 4699866. OLE color: 4699866.

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

Color convert

RGB 218 182 71 -
CMYK 0 0.17 0.67 0.15
HSL 45.31º 0.67% 0.57% -
HSV(B) 45.31º 0.67% 0.85% -
XYZ 46.78 48.82 12.92 -
YUV 180.11 66.43 155.03 -
System Red Green Blue C M Y K H S L
Decimal 218 182 71 0 0.17 0.67 0.15 45.31 0.67 0.57
Hex DA B6 47 0 11 43 F 2D 43 39
Octal 332 266 107 0 21 103 17 55 103 71
Binary 11011010 10110110 1000111 0 10001 1000011 1111 101101 1000011 111001

Color Harmonies of #DAB647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB647

Black with #DAB647

Text Example


Text Example

White with #DAB647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB647; }

 p { color: rgb(218,182,71); }

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

background-color css

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

 a { background-color: rgb(218,182,71); }

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

border-color css

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

 span { border-color: rgb(218,182,71); }

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