Html Css Color HEX #D0BF3F Old Gold

📋 copy color: '#D0BF3F'

red 208 ◦ green 191 ◦ blue 63

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

Shades of Old Gold #D0BF3F

Tints of Old Gold #D0BF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.64%

R = 45.02%
G = 41.34%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0BF3F (or 0xD0BF3F) is known color: Old Gold. HEX triplet: D0, BF and 3F. RGB value is (208,191,63). Sum of RGB (Red+Green+Blue) = 208+191+63=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 63 (25% from 255 or 13.64% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BF3F is #2F40C0. Grayscale: #B6B6B6. Windows color (decimal): -3096769 or 4177872. OLE color: 4177872.

HSL color Cylindrical-coordinate representation of color #D0BF3F: hue angle of 52.97º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0BF3F is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 191 63 -
CMYK 0 0.08 0.70 0.18
HSL 52.97º 0.61% 0.53% -
HSV(B) 52.97º 0.7% 0.82% -
XYZ 45.54 51.03 12.15 -
YUV 181.49 61.13 146.91 -
System Red Green Blue C M Y K H S L
Decimal 208 191 63 0 0.08 0.70 0.18 52.97 0.61 0.53
Hex D0 BF 3F 0 8 46 12 35 3D 35
Octal 320 277 77 0 10 106 22 65 75 65
Binary 11010000 10111111 111111 0 1000 1000110 10010 110101 111101 110101

Color Harmonies of #D0BF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF3F

Black with #D0BF3F

Text Example


Text Example

White with #D0BF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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