Html Css Color HEX #D9B543 Old Gold

📋 copy color: '#D9B543'

red 217 ◦ green 181 ◦ blue 67

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

Shades of Old Gold #D9B543

Tints of Old Gold #D9B543

RGB

 RED value IS 217 (85.16% from 255) = 46.67%

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

 BLUE value IS 67 (26.56% from 255) = 14.41%

R = 46.67%
G = 38.92%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D9B543 (or 0xD9B543) is known color: Old Gold. HEX triplet: D9, B5 and 43. RGB value is (217,181,67). Sum of RGB (Red+Green+Blue) = 217+181+67=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 67 (26.56% from 255 or 14.41% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B543 is #264ABC. Grayscale: #B3B3B3. Windows color (decimal): -2509501 or 4437465. OLE color: 4437465.

HSL color Cylindrical-coordinate representation of color #D9B543: hue angle of 45.6º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D9B543 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 181 67 -
CMYK 0 0.17 0.69 0.15
HSL 45.6º 0.66% 0.56% -
HSV(B) 45.6º 0.69% 0.85% -
XYZ 46.15 48.2 12.18 -
YUV 178.77 64.93 155.27 -
System Red Green Blue C M Y K H S L
Decimal 217 181 67 0 0.17 0.69 0.15 45.6 0.66 0.56
Hex D9 B5 43 0 11 45 F 2E 42 38
Octal 331 265 103 0 21 105 17 56 102 70
Binary 11011001 10110101 1000011 0 10001 1000101 1111 101110 1000010 111000

Color Harmonies of #D9B543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B543

Black with #D9B543

Text Example


Text Example

White with #D9B543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B543; }

 p { color: rgb(217,181,67); }

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

background-color css

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

 a { background-color: rgb(217,181,67); }

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

border-color css

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

 span { border-color: rgb(217,181,67); }

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