Html Css Color HEX #D6B743 Old Gold

📋 copy color: '#D6B743'

red 214 ◦ green 183 ◦ blue 67

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

Shades of Old Gold #D6B743

Tints of Old Gold #D6B743

RGB

 RED value IS 214 (83.98% from 255) = 46.12%

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

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

R = 46.12%
G = 39.44%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D6B743 (or 0xD6B743) is known color: Old Gold. HEX triplet: D6, B7 and 43. RGB value is (214,183,67). Sum of RGB (Red+Green+Blue) = 214+183+67=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 67 (26.56% from 255 or 14.44% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B743 is #2948BC. Grayscale: #B3B3B3. Windows color (decimal): -2705597 or 4437974. OLE color: 4437974.

HSL color Cylindrical-coordinate representation of color #D6B743: hue angle of 47.35º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6B743 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 183 67 -
CMYK 0 0.14 0.69 0.16
HSL 47.35º 0.64% 0.55% -
HSV(B) 47.35º 0.69% 0.84% -
XYZ 45.68 48.57 12.28 -
YUV 179.05 64.77 152.93 -
System Red Green Blue C M Y K H S L
Decimal 214 183 67 0 0.14 0.69 0.16 47.35 0.64 0.55
Hex D6 B7 43 0 E 45 10 2F 40 37
Octal 326 267 103 0 16 105 20 57 100 67
Binary 11010110 10110111 1000011 0 1110 1000101 10000 101111 1000000 110111

Color Harmonies of #D6B743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B743

Black with #D6B743

Text Example


Text Example

White with #D6B743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B743; }

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

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

background-color css

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

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

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

border-color css

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

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

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