Html Css Color HEX #D0B337 Old Gold

📋 copy color: '#D0B337'

red 208 ◦ green 179 ◦ blue 55

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

Shades of Old Gold #D0B337

Tints of Old Gold #D0B337

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.5%

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

R = 47.06%
G = 40.5%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D0B337 (or 0xD0B337) is known color: Old Gold. HEX triplet: D0, B3 and 37. RGB value is (208,179,55). Sum of RGB (Red+Green+Blue) = 208+179+55=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 55 (21.88% from 255 or 12.44% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B337 is #2F4CC8. Grayscale: #AEAEAE. Windows color (decimal): -3099849 or 3650512. OLE color: 3650512.

HSL color Cylindrical-coordinate representation of color #D0B337: hue angle of 48.63º 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 #D0B337 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 179 55 -
CMYK 0 0.14 0.74 0.18
HSL 48.63º 0.62% 0.52% -
HSV(B) 48.63º 0.74% 0.82% -
XYZ 42.82 45.93 10.22 -
YUV 173.54 61.11 152.58 -
System Red Green Blue C M Y K H S L
Decimal 208 179 55 0 0.14 0.74 0.18 48.63 0.62 0.52
Hex D0 B3 37 0 E 4A 12 31 3E 34
Octal 320 263 67 0 16 112 22 61 76 64
Binary 11010000 10110011 110111 0 1110 1001010 10010 110001 111110 110100

Color Harmonies of #D0B337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B337

Black with #D0B337

Text Example


Text Example

White with #D0B337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B337; }

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

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

background-color css

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

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

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

border-color css

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

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

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