Html Css Color HEX #DABB40 Old Gold

📋 copy color: '#DABB40'

red 218 ◦ green 187 ◦ blue 64

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

Shades of Old Gold #DABB40

Tints of Old Gold #DABB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.65%

R = 46.48%
G = 39.87%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DABB40 (or 0xDABB40) is known color: Old Gold. HEX triplet: DA, BB and 40. RGB value is (218,187,64). Sum of RGB (Red+Green+Blue) = 218+187+64=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB40 is #2544BF. Grayscale: #B6B6B6. Windows color (decimal): -2442432 or 4242394. OLE color: 4242394.

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

Color convert

RGB 218 187 64 -
CMYK 0 0.14 0.71 0.15
HSL 47.92º 0.68% 0.55% -
HSV(B) 47.92º 0.71% 0.85% -
XYZ 47.61 50.82 12.15 -
YUV 182.25 61.27 153.5 -
System Red Green Blue C M Y K H S L
Decimal 218 187 64 0 0.14 0.71 0.15 47.92 0.68 0.55
Hex DA BB 40 0 E 47 F 30 44 37
Octal 332 273 100 0 16 107 17 60 104 67
Binary 11011010 10111011 1000000 0 1110 1000111 1111 110000 1000100 110111

Color Harmonies of #DABB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB40

Black with #DABB40

Text Example


Text Example

White with #DABB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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