Html Css Color HEX #DAB83D Old Gold

📋 copy color: '#DAB83D'

red 218 ◦ green 184 ◦ blue 61

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

Shades of Old Gold #DAB83D

Tints of Old Gold #DAB83D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.74%

 BLUE value IS 61 (24.22% from 255) = 13.17%

R = 47.08%
G = 39.74%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAB83D (or 0xDAB83D) is known color: Old Gold. HEX triplet: DA, B8 and 3D. RGB value is (218,184,61). Sum of RGB (Red+Green+Blue) = 218+184+61=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB83D is #2547C2. Grayscale: #B4B4B4. Windows color (decimal): -2443203 or 4045018. OLE color: 4045018.

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

Color convert

RGB 218 184 61 -
CMYK 0 0.16 0.72 0.15
HSL 47.01º 0.68% 0.55% -
HSV(B) 47.01º 0.72% 0.85% -
XYZ 46.9 49.52 11.5 -
YUV 180.14 60.76 155 -
System Red Green Blue C M Y K H S L
Decimal 218 184 61 0 0.16 0.72 0.15 47.01 0.68 0.55
Hex DA B8 3D 0 10 48 F 2F 44 37
Octal 332 270 75 0 20 110 17 57 104 67
Binary 11011010 10111000 111101 0 10000 1001000 1111 101111 1000100 110111

Color Harmonies of #DAB83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB83D

Black with #DAB83D

Text Example


Text Example

White with #DAB83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB83D; }

 p { color: rgb(218,184,61); }

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

background-color css

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

 a { background-color: rgb(218,184,61); }

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

border-color css

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

 span { border-color: rgb(218,184,61); }

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