Html Css Color HEX #D3B144 Old Gold

📋 copy color: '#D3B144'

red 211 ◦ green 177 ◦ blue 68

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

Shades of Old Gold #D3B144

Tints of Old Gold #D3B144

RGB

 RED value IS 211 (82.81% from 255) = 46.27%

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

 BLUE value IS 68 (26.95% from 255) = 14.91%

R = 46.27%
G = 38.82%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D3B144 (or 0xD3B144) is known color: Old Gold. HEX triplet: D3, B1 and 44. RGB value is (211,177,68). Sum of RGB (Red+Green+Blue) = 211+177+68=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 68 (26.95% from 255 or 14.91% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3B144 is #2C4EBB. Grayscale: #AFAFAF. Windows color (decimal): -2903740 or 4501971. OLE color: 4501971.

HSL color Cylindrical-coordinate representation of color #D3B144: hue angle of 45.73º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3B144 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 177 68 -
CMYK 0 0.16 0.68 0.17
HSL 45.73º 0.62% 0.55% -
HSV(B) 45.73º 0.68% 0.83% -
XYZ 43.63 45.71 11.99 -
YUV 174.74 67.76 153.86 -
System Red Green Blue C M Y K H S L
Decimal 211 177 68 0 0.16 0.68 0.17 45.73 0.62 0.55
Hex D3 B1 44 0 10 44 11 2E 3E 37
Octal 323 261 104 0 20 104 21 56 76 67
Binary 11010011 10110001 1000100 0 10000 1000100 10001 101110 111110 110111

Color Harmonies of #D3B144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B144

Black with #D3B144

Text Example


Text Example

White with #D3B144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B144; }

 p { color: rgb(211,177,68); }

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

background-color css

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

 a { background-color: rgb(211,177,68); }

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

border-color css

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

 span { border-color: rgb(211,177,68); }

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