Html Css Color HEX #D5B741 Old Gold

📋 copy color: '#D5B741'

red 213 ◦ green 183 ◦ blue 65

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

Shades of Old Gold #D5B741

Tints of Old Gold #D5B741

RGB

 RED value IS 213 (83.59% from 255) = 46.2%

 GREEN value IS 183 (71.88% from 255) = 39.7%

 BLUE value IS 65 (25.78% from 255) = 14.1%

R = 46.2%
G = 39.7%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D5B741 (or 0xD5B741) is known color: Old Gold. HEX triplet: D5, B7 and 41. RGB value is (213,183,65). Sum of RGB (Red+Green+Blue) = 213+183+65=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 65 (25.78% from 255 or 14.10% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B741 is #2A48BE. Grayscale: #B3B3B3. Windows color (decimal): -2771135 or 4306901. OLE color: 4306901.

HSL color Cylindrical-coordinate representation of color #D5B741: hue angle of 47.84º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5B741 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 183 65 -
CMYK 0 0.14 0.69 0.16
HSL 47.84º 0.64% 0.55% -
HSV(B) 47.84º 0.69% 0.84% -
XYZ 45.33 48.39 11.95 -
YUV 178.52 63.94 152.59 -
System Red Green Blue C M Y K H S L
Decimal 213 183 65 0 0.14 0.69 0.16 47.84 0.64 0.55
Hex D5 B7 41 0 E 45 10 30 40 37
Octal 325 267 101 0 16 105 20 60 100 67
Binary 11010101 10110111 1000001 0 1110 1000101 10000 110000 1000000 110111

Color Harmonies of #D5B741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B741

Black with #D5B741

Text Example


Text Example

White with #D5B741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B741; }

 p { color: rgb(213,183,65); }

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

background-color css

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

 a { background-color: rgb(213,183,65); }

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

border-color css

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

 span { border-color: rgb(213,183,65); }

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