Html Css Color HEX #D0BA42 Old Gold

📋 copy color: '#D0BA42'

red 208 ◦ green 186 ◦ blue 66

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

Shades of Old Gold #D0BA42

Tints of Old Gold #D0BA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.35%

R = 45.22%
G = 40.43%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D0BA42 (or 0xD0BA42) is known color: Old Gold. HEX triplet: D0, BA and 42. RGB value is (208,186,66). Sum of RGB (Red+Green+Blue) = 208+186+66=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BA42 is #2F45BD. Grayscale: #B3B3B3. Windows color (decimal): -3098046 or 4373200. OLE color: 4373200.

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

Color convert

RGB 208 186 66 -
CMYK 0 0.11 0.68 0.18
HSL 50.7º 0.6% 0.54% -
HSV(B) 50.7º 0.68% 0.82% -
XYZ 44.55 48.92 12.25 -
YUV 178.9 64.29 148.76 -
System Red Green Blue C M Y K H S L
Decimal 208 186 66 0 0.11 0.68 0.18 50.7 0.6 0.54
Hex D0 BA 42 0 B 44 12 33 3C 36
Octal 320 272 102 0 13 104 22 63 74 66
Binary 11010000 10111010 1000010 0 1011 1000100 10010 110011 111100 110110

Color Harmonies of #D0BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BA42

Black with #D0BA42

Text Example


Text Example

White with #D0BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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