Html Css Color HEX #DABB37 Old Gold

📋 copy color: '#DABB37'

red 218 ◦ green 187 ◦ blue 55

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

Shades of Old Gold #DABB37

Tints of Old Gold #DABB37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.96%

R = 47.39%
G = 40.65%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DABB37 (or 0xDABB37) is known color: Old Gold. HEX triplet: DA, BB and 37. RGB value is (218,187,55). Sum of RGB (Red+Green+Blue) = 218+187+55=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 55 (21.88% from 255 or 11.96% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB37 is #2544C8. Grayscale: #B5B5B5. Windows color (decimal): -2442441 or 3652570. OLE color: 3652570.

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

Color convert

RGB 218 187 55 -
CMYK 0 0.14 0.75 0.15
HSL 48.59º 0.69% 0.54% -
HSV(B) 48.59º 0.75% 0.85% -
XYZ 47.37 50.72 10.91 -
YUV 181.22 56.77 154.23 -
System Red Green Blue C M Y K H S L
Decimal 218 187 55 0 0.14 0.75 0.15 48.59 0.69 0.54
Hex DA BB 37 0 E 4B F 31 45 36
Octal 332 273 67 0 16 113 17 61 105 66
Binary 11011010 10111011 110111 0 1110 1001011 1111 110001 1000101 110110

Color Harmonies of #DABB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB37

Black with #DABB37

Text Example


Text Example

White with #DABB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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