Html Css Color HEX #D1B239 Old Gold

📋 copy color: '#D1B239'

red 209 ◦ green 178 ◦ blue 57

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

Shades of Old Gold #D1B239

Tints of Old Gold #D1B239

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.09%

 BLUE value IS 57 (22.66% from 255) = 12.84%

R = 47.07%
G = 40.09%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D1B239 (or 0xD1B239) is known color: Old Gold. HEX triplet: D1, B2 and 39. RGB value is (209,178,57). Sum of RGB (Red+Green+Blue) = 209+178+57=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 57 (22.66% from 255 or 12.84% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1B239 is #2E4DC6. Grayscale: #ADADAD. Windows color (decimal): -3034567 or 3781329. OLE color: 3781329.

HSL color Cylindrical-coordinate representation of color #D1B239: hue angle of 47.76º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1B239 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 178 57 -
CMYK 0 0.15 0.73 0.18
HSL 47.76º 0.62% 0.52% -
HSV(B) 47.76º 0.73% 0.82% -
XYZ 42.95 45.69 10.43 -
YUV 173.48 62.27 153.34 -
System Red Green Blue C M Y K H S L
Decimal 209 178 57 0 0.15 0.73 0.18 47.76 0.62 0.52
Hex D1 B2 39 0 F 49 12 30 3E 34
Octal 321 262 71 0 17 111 22 60 76 64
Binary 11010001 10110010 111001 0 1111 1001001 10010 110000 111110 110100

Color Harmonies of #D1B239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B239

Black with #D1B239

Text Example


Text Example

White with #D1B239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B239; }

 p { color: rgb(209,178,57); }

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

background-color css

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

 a { background-color: rgb(209,178,57); }

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

border-color css

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

 span { border-color: rgb(209,178,57); }

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