Html Css Color HEX #D0BF3B Old Gold

📋 copy color: '#D0BF3B'

red 208 ◦ green 191 ◦ blue 59

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

Shades of Old Gold #D0BF3B

Tints of Old Gold #D0BF3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.88%

R = 45.41%
G = 41.7%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0BF3B (or 0xD0BF3B) is known color: Old Gold. HEX triplet: D0, BF and 3B. RGB value is (208,191,59). Sum of RGB (Red+Green+Blue) = 208+191+59=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 59 (23.44% from 255 or 12.88% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BF3B is #2F40C4. Grayscale: #B5B5B5. Windows color (decimal): -3096773 or 3915728. OLE color: 3915728.

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

Color convert

RGB 208 191 59 -
CMYK 0 0.08 0.72 0.18
HSL 53.15º 0.61% 0.52% -
HSV(B) 53.15º 0.72% 0.82% -
XYZ 45.43 50.99 11.58 -
YUV 181.04 59.13 147.23 -
System Red Green Blue C M Y K H S L
Decimal 208 191 59 0 0.08 0.72 0.18 53.15 0.61 0.52
Hex D0 BF 3B 0 8 48 12 35 3D 34
Octal 320 277 73 0 10 110 22 65 75 64
Binary 11010000 10111111 111011 0 1000 1001000 10010 110101 111101 110100

Color Harmonies of #D0BF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF3B

Black with #D0BF3B

Text Example


Text Example

White with #D0BF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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