Html Css Color HEX #D6B848 Old Gold

📋 copy color: '#D6B848'

red 214 ◦ green 184 ◦ blue 72

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

Shades of Old Gold #D6B848

Tints of Old Gold #D6B848

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.15%

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

R = 45.53%
G = 39.15%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D6B848 (or 0xD6B848) is known color: Old Gold. HEX triplet: D6, B8 and 48. RGB value is (214,184,72). Sum of RGB (Red+Green+Blue) = 214+184+72=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B848 is #2947B7. Grayscale: #B4B4B4. Windows color (decimal): -2705336 or 4765910. OLE color: 4765910.

HSL color Cylindrical-coordinate representation of color #D6B848: hue angle of 47.32º 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 #D6B848 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 184 72 -
CMYK 0 0.14 0.66 0.16
HSL 47.32º 0.63% 0.56% -
HSV(B) 47.32º 0.66% 0.84% -
XYZ 46.04 49.05 13.17 -
YUV 180.2 66.94 152.11 -
System Red Green Blue C M Y K H S L
Decimal 214 184 72 0 0.14 0.66 0.16 47.32 0.63 0.56
Hex D6 B8 48 0 E 42 10 2F 3F 38
Octal 326 270 110 0 16 102 20 57 77 70
Binary 11010110 10111000 1001000 0 1110 1000010 10000 101111 111111 111000

Color Harmonies of #D6B848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B848

Black with #D6B848

Text Example


Text Example

White with #D6B848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B848; }

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

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

background-color css

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

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

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

border-color css

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

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

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