Html Css Color HEX #D6B548 Old Gold

📋 copy color: '#D6B548'

red 214 ◦ green 181 ◦ blue 72

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

Shades of Old Gold #D6B548

Tints of Old Gold #D6B548

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.76%

 BLUE value IS 72 (28.52% from 255) = 15.42%

R = 45.82%
G = 38.76%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D6B548 (or 0xD6B548) is known color: Old Gold. HEX triplet: D6, B5 and 48. RGB value is (214,181,72). Sum of RGB (Red+Green+Blue) = 214+181+72=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B548 is #294AB7. Grayscale: #B2B2B2. Windows color (decimal): -2706104 or 4765142. OLE color: 4765142.

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

Color convert

RGB 214 181 72 -
CMYK 0 0.15 0.66 0.16
HSL 46.06º 0.63% 0.56% -
HSV(B) 46.06º 0.66% 0.84% -
XYZ 45.43 47.81 12.97 -
YUV 178.44 67.93 153.36 -
System Red Green Blue C M Y K H S L
Decimal 214 181 72 0 0.15 0.66 0.16 46.06 0.63 0.56
Hex D6 B5 48 0 F 42 10 2E 3F 38
Octal 326 265 110 0 17 102 20 56 77 70
Binary 11010110 10110101 1001000 0 1111 1000010 10000 101110 111111 111000

Color Harmonies of #D6B548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B548

Black with #D6B548

Text Example


Text Example

White with #D6B548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B548; }

 p { color: rgb(214,181,72); }

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

background-color css

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

 a { background-color: rgb(214,181,72); }

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

border-color css

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

 span { border-color: rgb(214,181,72); }

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