Html Css Color HEX #D1B634 Old Gold

📋 copy color: '#D1B634'

red 209 ◦ green 182 ◦ blue 52

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

Shades of Old Gold #D1B634

Tints of Old Gold #D1B634

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.08%

 BLUE value IS 52 (20.7% from 255) = 11.74%

R = 47.18%
G = 41.08%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D1B634 (or 0xD1B634) is known color: Old Gold. HEX triplet: D1, B6 and 34. RGB value is (209,182,52). Sum of RGB (Red+Green+Blue) = 209+182+52=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B634 is #2E49CB. Grayscale: #AFAFAF. Windows color (decimal): -3033548 or 3454673. OLE color: 3454673.

HSL color Cylindrical-coordinate representation of color #D1B634: hue angle of 49.68º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1B634 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 182 52 -
CMYK 0 0.13 0.75 0.18
HSL 49.68º 0.63% 0.51% -
HSV(B) 49.68º 0.75% 0.82% -
XYZ 43.64 47.26 10.07 -
YUV 175.25 58.45 152.07 -
System Red Green Blue C M Y K H S L
Decimal 209 182 52 0 0.13 0.75 0.18 49.68 0.63 0.51
Hex D1 B6 34 0 D 4B 12 32 3F 33
Octal 321 266 64 0 15 113 22 62 77 63
Binary 11010001 10110110 110100 0 1101 1001011 10010 110010 111111 110011

Color Harmonies of #D1B634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B634

Black with #D1B634

Text Example


Text Example

White with #D1B634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B634; }

 p { color: rgb(209,182,52); }

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

background-color css

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

 a { background-color: rgb(209,182,52); }

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

border-color css

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

 span { border-color: rgb(209,182,52); }

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