Html Css Color HEX #D1B23A Old Gold

📋 copy color: '#D1B23A'

red 209 ◦ green 178 ◦ blue 58

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

Shades of Old Gold #D1B23A

Tints of Old Gold #D1B23A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.03%

R = 46.97%
G = 40%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1B23A (or 0xD1B23A) is known color: Old Gold. HEX triplet: D1, B2 and 3A. RGB value is (209,178,58). Sum of RGB (Red+Green+Blue) = 209+178+58=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1B23A is #2E4DC5. Grayscale: #AEAEAE. Windows color (decimal): -3034566 or 3846865. OLE color: 3846865.

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

Color convert

RGB 209 178 58 -
CMYK 0 0.15 0.72 0.18
HSL 47.68º 0.62% 0.52% -
HSV(B) 47.68º 0.72% 0.82% -
XYZ 42.98 45.7 10.56 -
YUV 173.59 62.77 153.26 -
System Red Green Blue C M Y K H S L
Decimal 209 178 58 0 0.15 0.72 0.18 47.68 0.62 0.52
Hex D1 B2 3A 0 F 48 12 30 3E 34
Octal 321 262 72 0 17 110 22 60 76 64
Binary 11010001 10110010 111010 0 1111 1001000 10010 110000 111110 110100

Color Harmonies of #D1B23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B23A

Black with #D1B23A

Text Example


Text Example

White with #D1B23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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