Html Css Color HEX #D0BF37 Old Gold

📋 copy color: '#D0BF37'

red 208 ◦ green 191 ◦ blue 55

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

Shades of Old Gold #D0BF37

Tints of Old Gold #D0BF37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.11%

R = 45.81%
G = 42.07%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D0BF37 (or 0xD0BF37) is known color: Old Gold. HEX triplet: D0, BF and 37. RGB value is (208,191,55). Sum of RGB (Red+Green+Blue) = 208+191+55=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 55 (21.88% from 255 or 12.11% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BF37 is #2F40C8. Grayscale: #B5B5B5. Windows color (decimal): -3096777 or 3653584. OLE color: 3653584.

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

Color convert

RGB 208 191 55 -
CMYK 0 0.08 0.74 0.18
HSL 53.33º 0.62% 0.52% -
HSV(B) 53.33º 0.74% 0.82% -
XYZ 45.33 50.95 11.06 -
YUV 180.58 57.13 147.56 -
System Red Green Blue C M Y K H S L
Decimal 208 191 55 0 0.08 0.74 0.18 53.33 0.62 0.52
Hex D0 BF 37 0 8 4A 12 35 3E 34
Octal 320 277 67 0 10 112 22 65 76 64
Binary 11010000 10111111 110111 0 1000 1001010 10010 110101 111110 110100

Color Harmonies of #D0BF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF37

Black with #D0BF37

Text Example


Text Example

White with #D0BF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF37; }

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

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

background-color css

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

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

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

border-color css

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

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

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