Html Css Color HEX #D0BD4D Old Gold

📋 copy color: '#D0BD4D'

red 208 ◦ green 189 ◦ blue 77

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

Shades of Old Gold #D0BD4D

Tints of Old Gold #D0BD4D

RGB

 RED value IS 208 (81.64% from 255) = 43.88%

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

 BLUE value IS 77 (30.47% from 255) = 16.24%

R = 43.88%
G = 39.87%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0BD4D (or 0xD0BD4D) is known color: Old Gold. HEX triplet: D0, BD and 4D. RGB value is (208,189,77). Sum of RGB (Red+Green+Blue) = 208+189+77=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BD4D is #2F42B2. Grayscale: #B6B6B6. Windows color (decimal): -3097267 or 5094864. OLE color: 5094864.

HSL color Cylindrical-coordinate representation of color #D0BD4D: hue angle of 51.3º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0BD4D is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 189 77 -
CMYK 0 0.09 0.63 0.18
HSL 51.3º 0.58% 0.56% -
HSV(B) 51.3º 0.63% 0.82% -
XYZ 45.55 50.34 14.34 -
YUV 181.91 68.79 146.61 -
System Red Green Blue C M Y K H S L
Decimal 208 189 77 0 0.09 0.63 0.18 51.3 0.58 0.56
Hex D0 BD 4D 0 9 3F 12 33 3A 38
Octal 320 275 115 0 11 77 22 63 72 70
Binary 11010000 10111101 1001101 0 1001 111111 10010 110011 111010 111000

Color Harmonies of #D0BD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BD4D

Black with #D0BD4D

Text Example


Text Example

White with #D0BD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BD4D; }

 p { color: rgb(208,189,77); }

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

background-color css

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

 a { background-color: rgb(208,189,77); }

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

border-color css

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

 span { border-color: rgb(208,189,77); }

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