Html Css Color HEX #D6B645 Old Gold

📋 copy color: '#D6B645'

red 214 ◦ green 182 ◦ blue 69

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

Shades of Old Gold #D6B645

Tints of Old Gold #D6B645

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.14%

 BLUE value IS 69 (27.34% from 255) = 14.84%

R = 46.02%
G = 39.14%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D6B645 (or 0xD6B645) is known color: Old Gold. HEX triplet: D6, B6 and 45. RGB value is (214,182,69). Sum of RGB (Red+Green+Blue) = 214+182+69=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B645 is #2949BA. Grayscale: #B3B3B3. Windows color (decimal): -2705851 or 4568790. OLE color: 4568790.

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

Color convert

RGB 214 182 69 -
CMYK 0 0.15 0.68 0.16
HSL 46.76º 0.64% 0.55% -
HSV(B) 46.76º 0.68% 0.84% -
XYZ 45.53 48.18 12.53 -
YUV 178.69 66.1 153.19 -
System Red Green Blue C M Y K H S L
Decimal 214 182 69 0 0.15 0.68 0.16 46.76 0.64 0.55
Hex D6 B6 45 0 F 44 10 2F 40 37
Octal 326 266 105 0 17 104 20 57 100 67
Binary 11010110 10110110 1000101 0 1111 1000100 10000 101111 1000000 110111

Color Harmonies of #D6B645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B645

Black with #D6B645

Text Example


Text Example

White with #D6B645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B645; }

 p { color: rgb(214,182,69); }

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

background-color css

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

 a { background-color: rgb(214,182,69); }

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

border-color css

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

 span { border-color: rgb(214,182,69); }

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