Html Css Color HEX #D0BF32 Old Gold

📋 copy color: '#D0BF32'

red 208 ◦ green 191 ◦ blue 50

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

Shades of Old Gold #D0BF32

Tints of Old Gold #D0BF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.14%

R = 46.33%
G = 42.54%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D0BF32 (or 0xD0BF32) is known color: Old Gold. HEX triplet: D0, BF and 32. RGB value is (208,191,50). Sum of RGB (Red+Green+Blue) = 208+191+50=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BF32 is #2F40CD. Grayscale: #B4B4B4. Windows color (decimal): -3096782 or 3325904. OLE color: 3325904.

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

Color convert

RGB 208 191 50 -
CMYK 0 0.08 0.76 0.18
HSL 53.54º 0.63% 0.51% -
HSV(B) 53.54º 0.76% 0.82% -
XYZ 45.22 50.9 10.46 -
YUV 180.01 54.63 147.96 -
System Red Green Blue C M Y K H S L
Decimal 208 191 50 0 0.08 0.76 0.18 53.54 0.63 0.51
Hex D0 BF 32 0 8 4C 12 36 3F 33
Octal 320 277 62 0 10 114 22 66 77 63
Binary 11010000 10111111 110010 0 1000 1001100 10010 110110 111111 110011

Color Harmonies of #D0BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF32

Black with #D0BF32

Text Example


Text Example

White with #D0BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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