Html Css Color HEX #D1B348 Old Gold

📋 copy color: '#D1B348'

red 209 ◦ green 179 ◦ blue 72

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

Shades of Old Gold #D1B348

Tints of Old Gold #D1B348

RGB

 RED value IS 209 (82.03% from 255) = 45.43%

 GREEN value IS 179 (70.31% from 255) = 38.91%

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

R = 45.43%
G = 38.91%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D1B348 (or 0xD1B348) is known color: Old Gold. HEX triplet: D1, B3 and 48. RGB value is (209,179,72). Sum of RGB (Red+Green+Blue) = 209+179+72=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B348 is #2E4CB7. Grayscale: #B0B0B0. Windows color (decimal): -3034296 or 4764625. OLE color: 4764625.

HSL color Cylindrical-coordinate representation of color #D1B348: hue angle of 46.86º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1B348 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 179 72 -
CMYK 0 0.14 0.66 0.18
HSL 46.86º 0.6% 0.55% -
HSV(B) 46.86º 0.66% 0.82% -
XYZ 43.58 46.26 12.76 -
YUV 175.77 69.44 151.7 -
System Red Green Blue C M Y K H S L
Decimal 209 179 72 0 0.14 0.66 0.18 46.86 0.6 0.55
Hex D1 B3 48 0 E 42 12 2F 3C 37
Octal 321 263 110 0 16 102 22 57 74 67
Binary 11010001 10110011 1001000 0 1110 1000010 10010 101111 111100 110111

Color Harmonies of #D1B348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B348

Black with #D1B348

Text Example


Text Example

White with #D1B348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B348; }

 p { color: rgb(209,179,72); }

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

background-color css

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

 a { background-color: rgb(209,179,72); }

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

border-color css

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

 span { border-color: rgb(209,179,72); }

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