Html Css Color HEX #D0BA38 Old Gold

📋 copy color: '#D0BA38'

red 208 ◦ green 186 ◦ blue 56

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

Shades of Old Gold #D0BA38

Tints of Old Gold #D0BA38

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.33%

 BLUE value IS 56 (22.27% from 255) = 12.44%

R = 46.22%
G = 41.33%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D0BA38 (or 0xD0BA38) is known color: Old Gold. HEX triplet: D0, BA and 38. RGB value is (208,186,56). Sum of RGB (Red+Green+Blue) = 208+186+56=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 56 (22.27% from 255 or 12.44% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BA38 is #2F45C7. Grayscale: #B2B2B2. Windows color (decimal): -3098056 or 3717840. OLE color: 3717840.

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

Color convert

RGB 208 186 56 -
CMYK 0 0.11 0.73 0.18
HSL 51.32º 0.62% 0.52% -
HSV(B) 51.32º 0.73% 0.82% -
XYZ 44.29 48.81 10.83 -
YUV 177.76 59.29 149.57 -
System Red Green Blue C M Y K H S L
Decimal 208 186 56 0 0.11 0.73 0.18 51.32 0.62 0.52
Hex D0 BA 38 0 B 49 12 33 3E 34
Octal 320 272 70 0 13 111 22 63 76 64
Binary 11010000 10111010 111000 0 1011 1001001 10010 110011 111110 110100

Color Harmonies of #D0BA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BA38

Black with #D0BA38

Text Example


Text Example

White with #D0BA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BA38; }

 p { color: rgb(208,186,56); }

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

background-color css

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

 a { background-color: rgb(208,186,56); }

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

border-color css

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

 span { border-color: rgb(208,186,56); }

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