Html Css Color HEX #D0B743 Old Gold

📋 copy color: '#D0B743'

red 208 ◦ green 183 ◦ blue 67

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

Shades of Old Gold #D0B743

Tints of Old Gold #D0B743

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.96%

 BLUE value IS 67 (26.56% from 255) = 14.63%

R = 45.41%
G = 39.96%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D0B743 (or 0xD0B743) is known color: Old Gold. HEX triplet: D0, B7 and 43. RGB value is (208,183,67). Sum of RGB (Red+Green+Blue) = 208+183+67=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 67 (26.56% from 255 or 14.63% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B743 is #2F48BC. Grayscale: #B1B1B1. Windows color (decimal): -3098813 or 4437968. OLE color: 4437968.

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

Color convert

RGB 208 183 67 -
CMYK 0 0.12 0.68 0.18
HSL 49.36º 0.6% 0.54% -
HSV(B) 49.36º 0.68% 0.82% -
XYZ 43.96 47.68 12.2 -
YUV 177.25 65.78 149.93 -
System Red Green Blue C M Y K H S L
Decimal 208 183 67 0 0.12 0.68 0.18 49.36 0.6 0.54
Hex D0 B7 43 0 C 44 12 31 3C 36
Octal 320 267 103 0 14 104 22 61 74 66
Binary 11010000 10110111 1000011 0 1100 1000100 10010 110001 111100 110110

Color Harmonies of #D0B743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B743

Black with #D0B743

Text Example


Text Example

White with #D0B743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B743; }

 p { color: rgb(208,183,67); }

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

background-color css

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

 a { background-color: rgb(208,183,67); }

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

border-color css

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

 span { border-color: rgb(208,183,67); }

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