Html Css Color HEX #D0BF34 Old Gold

📋 copy color: '#D0BF34'

red 208 ◦ green 191 ◦ blue 52

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

Shades of Old Gold #D0BF34

Tints of Old Gold #D0BF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.53%

R = 46.12%
G = 42.35%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D0BF34 (or 0xD0BF34) is known color: Old Gold. HEX triplet: D0, BF and 34. RGB value is (208,191,52). Sum of RGB (Red+Green+Blue) = 208+191+52=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BF34 is #2F40CB. Grayscale: #B4B4B4. Windows color (decimal): -3096780 or 3456976. OLE color: 3456976.

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

Color convert

RGB 208 191 52 -
CMYK 0 0.08 0.75 0.18
HSL 53.46º 0.62% 0.51% -
HSV(B) 53.46º 0.75% 0.82% -
XYZ 45.26 50.92 10.69 -
YUV 180.24 55.63 147.8 -
System Red Green Blue C M Y K H S L
Decimal 208 191 52 0 0.08 0.75 0.18 53.46 0.62 0.51
Hex D0 BF 34 0 8 4B 12 35 3E 33
Octal 320 277 64 0 10 113 22 65 76 63
Binary 11010000 10111111 110100 0 1000 1001011 10010 110101 111110 110011

Color Harmonies of #D0BF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF34

Black with #D0BF34

Text Example


Text Example

White with #D0BF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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