Html Css Color HEX #DAB83E Old Gold

📋 copy color: '#DAB83E'

red 218 ◦ green 184 ◦ blue 62

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

Shades of Old Gold #DAB83E

Tints of Old Gold #DAB83E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.36%

R = 46.98%
G = 39.66%
B = 13.36%

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

#DAB83E (or 0xDAB83E) is known color: Old Gold. HEX triplet: DA, B8 and 3E. RGB value is (218,184,62). Sum of RGB (Red+Green+Blue) = 218+184+62=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 62 (24.61% from 255 or 13.36% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB83E is #2547C1. Grayscale: #B4B4B4. Windows color (decimal): -2443202 or 4110554. OLE color: 4110554.

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

Color convert

RGB 218 184 62 -
CMYK 0 0.16 0.72 0.15
HSL 46.92º 0.68% 0.55% -
HSV(B) 46.92º 0.72% 0.85% -
XYZ 46.92 49.53 11.65 -
YUV 180.26 61.26 154.92 -
System Red Green Blue C M Y K H S L
Decimal 218 184 62 0 0.16 0.72 0.15 46.92 0.68 0.55
Hex DA B8 3E 0 10 48 F 2F 44 37
Octal 332 270 76 0 20 110 17 57 104 67
Binary 11011010 10111000 111110 0 10000 1001000 1111 101111 1000100 110111

Color Harmonies of #DAB83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB83E

Black with #DAB83E

Text Example


Text Example

White with #DAB83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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