Html Css Color HEX #D0BF47 Old Gold

📋 copy color: '#D0BF47'

red 208 ◦ green 191 ◦ blue 71

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

Shades of Old Gold #D0BF47

Tints of Old Gold #D0BF47

RGB

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

 GREEN value IS 191 (75% from 255) = 40.64%

 BLUE value IS 71 (28.13% from 255) = 15.11%

R = 44.26%
G = 40.64%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D0BF47 (or 0xD0BF47) is known color: Old Gold. HEX triplet: D0, BF and 47. RGB value is (208,191,71). Sum of RGB (Red+Green+Blue) = 208+191+71=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 71 (28.12% from 255 or 15.11% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BF47 is #2F40B8. Grayscale: #B6B6B6. Windows color (decimal): -3096761 or 4702160. OLE color: 4702160.

HSL color Cylindrical-coordinate representation of color #D0BF47: hue angle of 52.55º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0BF47 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 191 71 -
CMYK 0 0.08 0.66 0.18
HSL 52.55º 0.59% 0.55% -
HSV(B) 52.55º 0.66% 0.82% -
XYZ 45.78 51.13 13.42 -
YUV 182.4 65.13 146.26 -
System Red Green Blue C M Y K H S L
Decimal 208 191 71 0 0.08 0.66 0.18 52.55 0.59 0.55
Hex D0 BF 47 0 8 42 12 35 3B 37
Octal 320 277 107 0 10 102 22 65 73 67
Binary 11010000 10111111 1000111 0 1000 1000010 10010 110101 111011 110111

Color Harmonies of #D0BF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF47

Black with #D0BF47

Text Example


Text Example

White with #D0BF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF47; }

 p { color: rgb(208,191,71); }

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

background-color css

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

 a { background-color: rgb(208,191,71); }

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

border-color css

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

 span { border-color: rgb(208,191,71); }

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