Html Css Color HEX #D0B341 Old Gold

📋 copy color: '#D0B341'

red 208 ◦ green 179 ◦ blue 65

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

Shades of Old Gold #D0B341

Tints of Old Gold #D0B341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.38%

R = 46.02%
G = 39.6%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D0B341 (or 0xD0B341) is known color: Old Gold. HEX triplet: D0, B3 and 41. RGB value is (208,179,65). Sum of RGB (Red+Green+Blue) = 208+179+65=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B341 is #2F4CBE. Grayscale: #AFAFAF. Windows color (decimal): -3099839 or 4305872. OLE color: 4305872.

HSL color Cylindrical-coordinate representation of color #D0B341: hue angle of 47.83º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0B341 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 179 65 -
CMYK 0 0.14 0.69 0.18
HSL 47.83º 0.6% 0.54% -
HSV(B) 47.83º 0.69% 0.82% -
XYZ 43.09 46.03 11.62 -
YUV 174.68 66.11 151.77 -
System Red Green Blue C M Y K H S L
Decimal 208 179 65 0 0.14 0.69 0.18 47.83 0.6 0.54
Hex D0 B3 41 0 E 45 12 30 3C 36
Octal 320 263 101 0 16 105 22 60 74 66
Binary 11010000 10110011 1000001 0 1110 1000101 10010 110000 111100 110110

Color Harmonies of #D0B341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B341

Black with #D0B341

Text Example


Text Example

White with #D0B341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B341; }

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

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

background-color css

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

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

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

border-color css

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

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

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