Html Css Color HEX #D1B82B Old Gold

📋 copy color: '#D1B82B'

red 209 ◦ green 184 ◦ blue 43

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

Shades of Old Gold #D1B82B

Tints of Old Gold #D1B82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.86%

R = 47.94%
G = 42.2%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1B82B (or 0xD1B82B) is known color: Old Gold. HEX triplet: D1, B8 and 2B. RGB value is (209,184,43). Sum of RGB (Red+Green+Blue) = 209+184+43=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B82B is #2E47D4. Grayscale: #AFAFAF. Windows color (decimal): -3033045 or 2865361. OLE color: 2865361.

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

Color convert

RGB 209 184 43 -
CMYK 0 0.12 0.79 0.18
HSL 50.96º 0.66% 0.49% -
HSV(B) 50.96º 0.79% 0.82% -
XYZ 43.87 48.01 9.24 -
YUV 175.4 53.28 151.96 -
System Red Green Blue C M Y K H S L
Decimal 209 184 43 0 0.12 0.79 0.18 50.96 0.66 0.49
Hex D1 B8 2B 0 C 4F 12 33 42 31
Octal 321 270 53 0 14 117 22 63 102 61
Binary 11010001 10111000 101011 0 1100 1001111 10010 110011 1000010 110001

Color Harmonies of #D1B82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B82B

Black with #D1B82B

Text Example


Text Example

White with #D1B82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B82B; }

 p { color: rgb(209,184,43); }

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

background-color css

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

 a { background-color: rgb(209,184,43); }

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

border-color css

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

 span { border-color: rgb(209,184,43); }

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