Html Css Color HEX #D5B148 Old Gold

📋 copy color: '#D5B148'

red 213 ◦ green 177 ◦ blue 72

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

Shades of Old Gold #D5B148

Tints of Old Gold #D5B148

RGB

 RED value IS 213 (83.59% from 255) = 46.1%

 GREEN value IS 177 (69.53% from 255) = 38.31%

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

R = 46.1%
G = 38.31%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D5B148 (or 0xD5B148) is known color: Old Gold. HEX triplet: D5, B1 and 48. RGB value is (213,177,72). Sum of RGB (Red+Green+Blue) = 213+177+72=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5B148 is #2A4EB7. Grayscale: #B0B0B0. Windows color (decimal): -2772664 or 4764117. OLE color: 4764117.

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

Color convert

RGB 213 177 72 -
CMYK 0 0.17 0.66 0.16
HSL 44.68º 0.63% 0.56% -
HSV(B) 44.68º 0.66% 0.84% -
XYZ 44.33 46.06 12.68 -
YUV 175.79 69.43 154.54 -
System Red Green Blue C M Y K H S L
Decimal 213 177 72 0 0.17 0.66 0.16 44.68 0.63 0.56
Hex D5 B1 48 0 11 42 10 2D 3F 38
Octal 325 261 110 0 21 102 20 55 77 70
Binary 11010101 10110001 1001000 0 10001 1000010 10000 101101 111111 111000

Color Harmonies of #D5B148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B148

Black with #D5B148

Text Example


Text Example

White with #D5B148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B148; }

 p { color: rgb(213,177,72); }

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

background-color css

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

 a { background-color: rgb(213,177,72); }

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

border-color css

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

 span { border-color: rgb(213,177,72); }

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