Html Css Color HEX #DABB3C Old Gold

📋 copy color: '#DABB3C'

red 218 ◦ green 187 ◦ blue 60

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

Shades of Old Gold #DABB3C

Tints of Old Gold #DABB3C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.22%

 BLUE value IS 60 (23.83% from 255) = 12.9%

R = 46.88%
G = 40.22%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DABB3C (or 0xDABB3C) is known color: Old Gold. HEX triplet: DA, BB and 3C. RGB value is (218,187,60). Sum of RGB (Red+Green+Blue) = 218+187+60=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB3C is #2544C3. Grayscale: #B6B6B6. Windows color (decimal): -2442436 or 3980250. OLE color: 3980250.

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

Color convert

RGB 218 187 60 -
CMYK 0 0.14 0.72 0.15
HSL 48.23º 0.68% 0.55% -
HSV(B) 48.23º 0.72% 0.85% -
XYZ 47.5 50.77 11.57 -
YUV 181.79 59.27 153.83 -
System Red Green Blue C M Y K H S L
Decimal 218 187 60 0 0.14 0.72 0.15 48.23 0.68 0.55
Hex DA BB 3C 0 E 48 F 30 44 37
Octal 332 273 74 0 16 110 17 60 104 67
Binary 11011010 10111011 111100 0 1110 1001000 1111 110000 1000100 110111

Color Harmonies of #DABB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB3C

Black with #DABB3C

Text Example


Text Example

White with #DABB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB3C; }

 p { color: rgb(218,187,60); }

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

background-color css

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

 a { background-color: rgb(218,187,60); }

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

border-color css

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

 span { border-color: rgb(218,187,60); }

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