Html Css Color HEX #D6B939 Old Gold

📋 copy color: '#D6B939'

red 214 ◦ green 185 ◦ blue 57

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

Shades of Old Gold #D6B939

Tints of Old Gold #D6B939

RGB

 RED value IS 214 (83.98% from 255) = 46.93%

 GREEN value IS 185 (72.66% from 255) = 40.57%

 BLUE value IS 57 (22.66% from 255) = 12.5%

R = 46.93%
G = 40.57%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6B939 (or 0xD6B939) is known color: Old Gold. HEX triplet: D6, B9 and 39. RGB value is (214,185,57). Sum of RGB (Red+Green+Blue) = 214+185+57=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 57 (22.66% from 255 or 12.5% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B939 is #2946C6. Grayscale: #B3B3B3. Windows color (decimal): -2705095 or 3783126. OLE color: 3783126.

HSL color Cylindrical-coordinate representation of color #D6B939: hue angle of 48.92º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6B939 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 185 57 -
CMYK 0 0.14 0.73 0.16
HSL 48.92º 0.66% 0.53% -
HSV(B) 48.92º 0.73% 0.84% -
XYZ 45.82 49.29 10.97 -
YUV 179.08 59.11 152.91 -
System Red Green Blue C M Y K H S L
Decimal 214 185 57 0 0.14 0.73 0.16 48.92 0.66 0.53
Hex D6 B9 39 0 E 49 10 31 42 35
Octal 326 271 71 0 16 111 20 61 102 65
Binary 11010110 10111001 111001 0 1110 1001001 10000 110001 1000010 110101

Color Harmonies of #D6B939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B939

Black with #D6B939

Text Example


Text Example

White with #D6B939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B939; }

 p { color: rgb(214,185,57); }

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

background-color css

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

 a { background-color: rgb(214,185,57); }

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

border-color css

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

 span { border-color: rgb(214,185,57); }

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