Html Css Color HEX #D6B742 Old Gold

📋 copy color: '#D6B742'

red 214 ◦ green 183 ◦ blue 66

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

Shades of Old Gold #D6B742

Tints of Old Gold #D6B742

RGB

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

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

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

R = 46.22%
G = 39.52%
B = 14.25%

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

#D6B742 (or 0xD6B742) is known color: Old Gold. HEX triplet: D6, B7 and 42. RGB value is (214,183,66). Sum of RGB (Red+Green+Blue) = 214+183+66=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B742 is #2948BD. Grayscale: #B3B3B3. Windows color (decimal): -2705598 or 4372438. OLE color: 4372438.

HSL color Cylindrical-coordinate representation of color #D6B742: hue angle of 47.43º 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 #D6B742 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 183 66 -
CMYK 0 0.14 0.69 0.16
HSL 47.43º 0.64% 0.55% -
HSV(B) 47.43º 0.69% 0.84% -
XYZ 45.65 48.56 12.12 -
YUV 178.93 64.27 153.01 -
System Red Green Blue C M Y K H S L
Decimal 214 183 66 0 0.14 0.69 0.16 47.43 0.64 0.55
Hex D6 B7 42 0 E 45 10 2F 40 37
Octal 326 267 102 0 16 105 20 57 100 67
Binary 11010110 10110111 1000010 0 1110 1000101 10000 101111 1000000 110111

Color Harmonies of #D6B742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B742

Black with #D6B742

Text Example


Text Example

White with #D6B742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B742; }

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

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

background-color css

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

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

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

border-color css

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

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

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