Html Css Color HEX #DABD3E Old Gold

📋 copy color: '#DABD3E'

red 218 ◦ green 189 ◦ blue 62

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

Shades of Old Gold #DABD3E

Tints of Old Gold #DABD3E

RGB

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

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

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

R = 46.48%
G = 40.3%
B = 13.22%

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

#DABD3E (or 0xDABD3E) is known color: Old Gold. HEX triplet: DA, BD and 3E. RGB value is (218,189,62). Sum of RGB (Red+Green+Blue) = 218+189+62=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 62 (24.61% from 255 or 13.22% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABD3E is #2542C1. Grayscale: #B7B7B7. Windows color (decimal): -2441922 or 4111834. OLE color: 4111834.

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

Color convert

RGB 218 189 62 -
CMYK 0 0.13 0.72 0.15
HSL 48.85º 0.68% 0.55% -
HSV(B) 48.85º 0.72% 0.85% -
XYZ 47.98 51.65 12 -
YUV 183.19 59.61 152.83 -
System Red Green Blue C M Y K H S L
Decimal 218 189 62 0 0.13 0.72 0.15 48.85 0.68 0.55
Hex DA BD 3E 0 D 48 F 31 44 37
Octal 332 275 76 0 15 110 17 61 104 67
Binary 11011010 10111101 111110 0 1101 1001000 1111 110001 1000100 110111

Color Harmonies of #DABD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD3E

Black with #DABD3E

Text Example


Text Example

White with #DABD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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