Html Css Color HEX #D0B937 Old Gold

📋 copy color: '#D0B937'

red 208 ◦ green 185 ◦ blue 55

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

Shades of Old Gold #D0B937

Tints of Old Gold #D0B937

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.29%

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

R = 46.43%
G = 41.29%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D0B937 (or 0xD0B937) is known color: Old Gold. HEX triplet: D0, B9 and 37. RGB value is (208,185,55). Sum of RGB (Red+Green+Blue) = 208+185+55=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 55 (21.88% from 255 or 12.28% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B937 is #2F46C8. Grayscale: #B1B1B1. Windows color (decimal): -3098313 or 3652048. OLE color: 3652048.

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

Color convert

RGB 208 185 55 -
CMYK 0 0.11 0.74 0.18
HSL 50.98º 0.62% 0.52% -
HSV(B) 50.98º 0.74% 0.82% -
XYZ 44.05 48.38 10.63 -
YUV 177.06 59.12 150.07 -
System Red Green Blue C M Y K H S L
Decimal 208 185 55 0 0.11 0.74 0.18 50.98 0.62 0.52
Hex D0 B9 37 0 B 4A 12 33 3E 34
Octal 320 271 67 0 13 112 22 63 76 64
Binary 11010000 10111001 110111 0 1011 1001010 10010 110011 111110 110100

Color Harmonies of #D0B937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B937

Black with #D0B937

Text Example


Text Example

White with #D0B937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B937; }

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

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

background-color css

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

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

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

border-color css

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

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

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