Html Css Color HEX #DABB46 Old Gold

📋 copy color: '#DABB46'

red 218 ◦ green 187 ◦ blue 70

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

Shades of Old Gold #DABB46

Tints of Old Gold #DABB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.74%

R = 45.89%
G = 39.37%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DABB46 (or 0xDABB46) is known color: Old Gold. HEX triplet: DA, BB and 46. RGB value is (218,187,70). Sum of RGB (Red+Green+Blue) = 218+187+70=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 70 (27.73% from 255 or 14.74% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB46 is #2544B9. Grayscale: #B7B7B7. Windows color (decimal): -2442426 or 4635610. OLE color: 4635610.

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

Color convert

RGB 218 187 70 -
CMYK 0 0.14 0.68 0.15
HSL 47.43º 0.67% 0.56% -
HSV(B) 47.43º 0.68% 0.85% -
XYZ 47.79 50.89 13.1 -
YUV 182.93 64.27 153.01 -
System Red Green Blue C M Y K H S L
Decimal 218 187 70 0 0.14 0.68 0.15 47.43 0.67 0.56
Hex DA BB 46 0 E 44 F 2F 43 38
Octal 332 273 106 0 16 104 17 57 103 70
Binary 11011010 10111011 1000110 0 1110 1000100 1111 101111 1000011 111000

Color Harmonies of #DABB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB46

Black with #DABB46

Text Example


Text Example

White with #DABB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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