Html Css Color HEX #DAB83F Old Gold

📋 copy color: '#DAB83F'

red 218 ◦ green 184 ◦ blue 63

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

Shades of Old Gold #DAB83F

Tints of Old Gold #DAB83F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.55%

R = 46.88%
G = 39.57%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DAB83F (or 0xDAB83F) is known color: Old Gold. HEX triplet: DA, B8 and 3F. RGB value is (218,184,63). Sum of RGB (Red+Green+Blue) = 218+184+63=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB83F is #2547C0. Grayscale: #B4B4B4. Windows color (decimal): -2443201 or 4176090. OLE color: 4176090.

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

Color convert

RGB 218 184 63 -
CMYK 0 0.16 0.71 0.15
HSL 46.84º 0.68% 0.55% -
HSV(B) 46.84º 0.71% 0.85% -
XYZ 46.95 49.55 11.79 -
YUV 180.37 61.76 154.84 -
System Red Green Blue C M Y K H S L
Decimal 218 184 63 0 0.16 0.71 0.15 46.84 0.68 0.55
Hex DA B8 3F 0 10 47 F 2F 44 37
Octal 332 270 77 0 20 107 17 57 104 67
Binary 11011010 10111000 111111 0 10000 1000111 1111 101111 1000100 110111

Color Harmonies of #DAB83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB83F

Black with #DAB83F

Text Example


Text Example

White with #DAB83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB83F; }

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

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

background-color css

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

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

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

border-color css

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

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

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