Html Css Color HEX #D1B534 Old Gold

📋 copy color: '#D1B534'

red 209 ◦ green 181 ◦ blue 52

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

Shades of Old Gold #D1B534

Tints of Old Gold #D1B534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.95%

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

R = 47.29%
G = 40.95%
B = 11.76%

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

#D1B534 (or 0xD1B534) is known color: Old Gold. HEX triplet: D1, B5 and 34. RGB value is (209,181,52). Sum of RGB (Red+Green+Blue) = 209+181+52=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B534 is #2E4ACB. Grayscale: #AFAFAF. Windows color (decimal): -3033804 or 3454417. OLE color: 3454417.

HSL color Cylindrical-coordinate representation of color #D1B534: hue angle of 49.3º 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 #D1B534 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 181 52 -
CMYK 0 0.13 0.75 0.18
HSL 49.3º 0.63% 0.51% -
HSV(B) 49.3º 0.75% 0.82% -
XYZ 43.44 46.85 10 -
YUV 174.67 58.78 152.49 -
System Red Green Blue C M Y K H S L
Decimal 209 181 52 0 0.13 0.75 0.18 49.3 0.63 0.51
Hex D1 B5 34 0 D 4B 12 31 3F 33
Octal 321 265 64 0 15 113 22 61 77 63
Binary 11010001 10110101 110100 0 1101 1001011 10010 110001 111111 110011

Color Harmonies of #D1B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B534

Black with #D1B534

Text Example


Text Example

White with #D1B534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B534; }

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

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

background-color css

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

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

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

border-color css

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

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

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