Html Css Color HEX #D5BD2D Old Gold

📋 copy color: '#D5BD2D'

red 213 ◦ green 189 ◦ blue 45

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

Shades of Old Gold #D5BD2D

Tints of Old Gold #D5BD2D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.28%

 BLUE value IS 45 (17.97% from 255) = 10.07%

R = 47.65%
G = 42.28%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5BD2D (or 0xD5BD2D) is known color: Old Gold. HEX triplet: D5, BD and 2D. RGB value is (213,189,45). Sum of RGB (Red+Green+Blue) = 213+189+45=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BD2D is #2A42D2. Grayscale: #B4B4B4. Windows color (decimal): -2769619 or 2997717. OLE color: 2997717.

HSL color Cylindrical-coordinate representation of color #D5BD2D: hue angle of 51.43º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5BD2D is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 189 45 -
CMYK 0 0.11 0.79 0.16
HSL 51.43º 0.67% 0.51% -
HSV(B) 51.43º 0.79% 0.84% -
XYZ 46.11 50.73 9.84 -
YUV 179.76 51.95 151.71 -
System Red Green Blue C M Y K H S L
Decimal 213 189 45 0 0.11 0.79 0.16 51.43 0.67 0.51
Hex D5 BD 2D 0 B 4F 10 33 43 33
Octal 325 275 55 0 13 117 20 63 103 63
Binary 11010101 10111101 101101 0 1011 1001111 10000 110011 1000011 110011

Color Harmonies of #D5BD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BD2D

Black with #D5BD2D

Text Example


Text Example

White with #D5BD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BD2D; }

 p { color: rgb(213,189,45); }

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

background-color css

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

 a { background-color: rgb(213,189,45); }

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

border-color css

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

 span { border-color: rgb(213,189,45); }

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