Html Css Color HEX #DABD3C Old Gold

📋 copy color: '#DABD3C'

red 218 ◦ green 189 ◦ blue 60

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

Shades of Old Gold #DABD3C

Tints of Old Gold #DABD3C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.47%

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

R = 46.68%
G = 40.47%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DABD3C (or 0xDABD3C) is known color: Old Gold. HEX triplet: DA, BD and 3C. RGB value is (218,189,60). Sum of RGB (Red+Green+Blue) = 218+189+60=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABD3C is #2542C3. Grayscale: #B7B7B7. Windows color (decimal): -2441924 or 3980762. OLE color: 3980762.

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

Color convert

RGB 218 189 60 -
CMYK 0 0.13 0.72 0.15
HSL 48.99º 0.68% 0.55% -
HSV(B) 48.99º 0.72% 0.85% -
XYZ 47.93 51.63 11.71 -
YUV 182.97 58.61 152.99 -
System Red Green Blue C M Y K H S L
Decimal 218 189 60 0 0.13 0.72 0.15 48.99 0.68 0.55
Hex DA BD 3C 0 D 48 F 31 44 37
Octal 332 275 74 0 15 110 17 61 104 67
Binary 11011010 10111101 111100 0 1101 1001000 1111 110001 1000100 110111

Color Harmonies of #DABD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD3C

Black with #DABD3C

Text Example


Text Example

White with #DABD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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