Html Css Color HEX #D6B938 Old Gold

📋 copy color: '#D6B938'

red 214 ◦ green 185 ◦ blue 56

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

Shades of Old Gold #D6B938

Tints of Old Gold #D6B938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.31%

R = 47.03%
G = 40.66%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D6B938 (or 0xD6B938) is known color: Old Gold. HEX triplet: D6, B9 and 38. RGB value is (214,185,56). Sum of RGB (Red+Green+Blue) = 214+185+56=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 56 (22.27% from 255 or 12.31% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B938 is #2946C7. Grayscale: #B3B3B3. Windows color (decimal): -2705096 or 3717590. OLE color: 3717590.

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

Color convert

RGB 214 185 56 -
CMYK 0 0.14 0.74 0.16
HSL 48.99º 0.66% 0.53% -
HSV(B) 48.99º 0.74% 0.84% -
XYZ 45.79 49.28 10.84 -
YUV 178.97 58.61 152.99 -
System Red Green Blue C M Y K H S L
Decimal 214 185 56 0 0.14 0.74 0.16 48.99 0.66 0.53
Hex D6 B9 38 0 E 4A 10 31 42 35
Octal 326 271 70 0 16 112 20 61 102 65
Binary 11010110 10111001 111000 0 1110 1001010 10000 110001 1000010 110101

Color Harmonies of #D6B938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B938

Black with #D6B938

Text Example


Text Example

White with #D6B938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B938; }

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

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

background-color css

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

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

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

border-color css

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

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

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